Which inheritance is used for getting the properties from one class object to another class object level wise with different priorities?
Answers
Answered by
0
pawnshop Israeli Odysseus
Answered by
5
In any object-oriented programming, Inheritance forms the main feature.
Multiple inheritance is used for getting the properties from one class object to another class object, level wise with different priorities.
Multiple inheritance is not supported by java due to ambiguity problems, but it can be implimented bu using the keywords: extends and impliments. use of an interface is also required along the Keywords: extends and implements.
Similar questions
English,
7 months ago
Math,
7 months ago
Math,
7 months ago
Computer Science,
1 year ago
Art,
1 year ago
CBSE BOARD XII,
1 year ago
English,
1 year ago