Sunday, 12 February 2012

Can a abstract class be defined without any abstract methods?

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