Ask Question
10 February, 22:15

Java does not support multiple inheritance, but some of the abilities of multiple inheritance are available by

A) importing classes

B) implementing interfaces

C) overriding parent class methods

D) creating aliases

E) using public rather than protected or private modifiers

+4
Answers (1)
  1. 10 February, 23:27
    0
    B) implementing interfaces

    Explanation:

    Based on the information provided within the question it can be said that this is made available by implementing interfaces. This is a reference type in the Java programming language (as well as other programming languages) and it is a collection of abstract methods that can be called and inherit all the methods of that abstract method/interface, allowing multiple inheritance.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Java does not support multiple inheritance, but some of the abilities of multiple inheritance are available by A) importing classes B) ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers