Which process to derive new classes from existing classes?|EasyCoding45

 Which process to derive new classes from existing classes?

  • Answer :-
  1. In Inheritance, You can derive new classes from existing one and that class is known as "Super Class".
  2. You can also acquire properties of that "Super Class".
  3. Properties like members and functions You can use it in derive classes for various purposes.



Comments