Multiple inheritance in Java can be implemented using which of the following ?

Multiple inheritance in Java can be implemented using which of the following ? Correct Answer Inter faces

Multiple inheritances in Java programmimg is achieved os implemented using interfacees. Java doesn't support multiple inheritance using classes. " A class can extend only one class but it can implement multiple interfaces.

Related Questions

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