Computer Science, asked by moongully680, 1 year ago

How multiple inheritance is implemented using interfaces in Java?

Answers

Answered by omegads04
0

Inheritance is a mechanism in which one class acquires the property of another class. e g  a child inherits the traits of his / her parents . With inheritance, we can reuse the fields and methods of the existing class .

Similar questions