Monday, 17 October 2011

What is a concrete class?

A concrete class is one that can be used to directly create, or instantiate objects, unlike an abstract base class which can only be used as a base class for other classes which eventually lead to concrete classes

No comments:

Post a Comment