Search

Can an abstract class be defined without any abstract methods?



Yes it’s possible. This is basically to avoid instance creation of the class.