Computer Science, asked by T4Talent, 1 year ago

a) What is Inheritance ?

Answers

Answered by tiara5
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 Hussain810
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