Programming Tutorials

Comment on Tutorial - How to define an Abstract class? By Karthik



Comment Added by : Jay

Comment Added at : 2013-01-30 14:52:15

Comment on Tutorial : How to define an Abstract class? By Karthik
This isn't entirely correct. A class can be abstract and not contain any abstract method declarations. However, if a class has an abstract method declaration then it has to be an abstract class.

View Tutorial