What is a base class?
siva
Select an image from your device to upload
A class that provides properties and methods as a foundation for a derived class.
In object-oriented programming, one class can be base for another through inheritance. Using this technique the base class provides characteristics (such as properties and methods) to a derived class. The derived class can modify, reuse, or add to the members of the base class.
Hi Siva,
When u use Inheritance, then Class from which u inharits the properties & methods is called as Base Class of that derived class which inharits it.
Regards,
Anuj rathi