Ask Question
8 November, 06:49

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. 8 November, 06:52
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers