1.

All methods must be implemented of an interface.(a) True(b) FalseThis question was addressed to me in an international level competition.Asked question is from Interfaces topic in portion Interfaces & Packages of Java

Answer»

The correct choice is (a) True

For explanation I WOULD say: CONCRETE classes must IMPLEMENT all methods in an interface. Through interface multiple inheritance is possible.



Discussion

No Comment Found

Related InterviewSolutions