define inheritance. show brief python example of single level,multiple and multilevel
Answers
Answered by
0
Inheritance :
Inheritance allows us to define a class that inherits all the methods and properties from another class.
Attachments:
Similar questions