Which process to derive new classes from existing classes?
- Answer :-
- In Inheritance, You can derive new classes from existing one and that class is known as "Super Class".
- You can also acquire properties of that "Super Class".
- Properties like members and functions You can use it in derive classes for various purposes.
Comments
Post a Comment