A
class is a template for creating an object. The class from which other
classes derive fundamental functionality is called a base class. For
e.g. If Class Y derives from Class X, then Class X is a base class.
The
class which derives functionality from a base class is called a derived
class. If Class Y derives from Class X, then Class Y is a derived
class.
More Details :
No comments:
Post a Comment