Computer Science, asked by mitalikumari3088, 1 year ago

Which inheritance is used for getting the properties from one class object to another class object level wise with different priorities?

Answers

Answered by ASIZDUDE
0

pawnshop Israeli Odysseus

Answered by Sidyandex
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