Sunday, June 17, 2012

What is an Abstract Class?

Abstract class is a class that has no instances.
An abstract class is written with the expectation that its concrete subclasses will add to its structure and behaviour, typically by implementing its abstract operations

No comments:

Post a Comment