Thursday, 3 January 2013

What is an abstract class? | OOPS

An abstract class is a class which cannot be instantiated. Creation of an object is not possible with abstract class , but it can be inherited. An abstract class can contain only Abstract method.

No comments: