Home » JAVA Programming » Inheritance » Question
  1. Using which of the following, multiple inheritance in Java can be implemented?
    1. Multithreading
    2. Private methods
    3. Interfaces
    4. Protected methods
    5. None of these
Correct Option: C

Multiple inheritance in java is implemented using interfaces. Multiple interfaces can be implemented by a class.



Your comments will be displayed only after manual approval.