explain inheritance and its types?
Answers
Answered by
1
The term inheritance means to link and share some common properties of one class with the other class. This can be done by extending the object of one class into another class and using through it
Similar questions