Computer Science, asked by dremerjack777, 7 months ago

Using which of the following,
multiple inheritance in Java can
be implemented?​

Answers

Answered by pruthviraj62
0

Answer:

Using which of the following, multiple inheritance in Java can be implemented? Explanation: Multiple inheritance in java is implemented using interfaces. Multiple interfaces can be implemented by a class.

Answered by Anamika8108
0

Answer:

Multiple inheritance in Java can be implemented by using INTERFACES

Similar questions