Unit 8 : Inheritance

Inheritance It is the process by which object of one class can acquire the properties of object of anotherĀ class. Ā The class, from which properties are inherited, is known as super class. Ā The class, to which properties are inherited, is known as sub class. A sub class inherits all of theĀ variables and methods defined by the […]

Continue Reading