What is inheritance.full details about inheritance
Answers
Answered by
0
Hloo friend....
In Object-oriented programming
languages, inheritance is a way to add
functionality. Object-oriented programming has
the notion of classes (and perhaps interfaces).
A derived class inherits most fields and
methods from its parent class.
In Object-oriented programming
languages, inheritance is a way to add
functionality. Object-oriented programming has
the notion of classes (and perhaps interfaces).
A derived class inherits most fields and
methods from its parent class.
Similar questions