Friday, 4 January 2013

What are base class, sub class and super class? | OOPS

Base class is the most generalized class , and it is set to be a root class.
Sub class is a class that inherits from one or more base classes.
Super class is another type of class from which another class inherits.

No comments: