Home » JAVA Programming » Interfaces » Question
  1. All methods must be implemented of an interface.
    1. False
    2. True
    3. NA
    4. NA
    5. NA
Correct Option: A

Concrete classes must implement all methods in an interface. Through interface multiple inheritance is possible.



Your comments will be displayed only after manual approval.