+ 4
what are the limitations in inheritance?
4 odpowiedzi
+ 3
Inheritance generally cannot be circular. As in a sub class cannot also be a super class of its parent class as well.
0
you cannot inherit a class from many class untill you call ti as interface
0
unlike in c++ you can only inherit from 1 class
0
What are the limitations of inheritance ?