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.
মোঃ আরিফুল ইসলাম
Feb 20, 2025