a) What is Inheritance ?
Answers
Answered by
1
Ans. Inheritance is the process by which one class extends another class to inherit the variables and functions and add any additional variables and methods.
Answered by
1
In object-oriented programming, inheritance is when an object or class is based on another object or class, using the same implementation.
Similar questions