Inheritance
What is inheritance?
Inheritance is a process which allows inheriting the methods and properties of parent or super class.
OR
Deriving an object from an existing class (super class)
- Read more about Inheritance
- Log in or register to post comments
- 146 views