Saturday, March 28, 2009

What is an abstract class?

Abstract class is a class that cannot be instantiated. This class must be inherited and abstract method of this must be overriden.

No comments: