Programming - Interfaces - Discussion

You Are Here :: Home > JAVA > Interfaces - Discussion

 



Q.

When an instantiable class implements an _________________, it provides a method body for each of the methods declared in the interface.                         


A. Interface B. Abstraction
C. Encapsulation D. Inheritance

Answer: Option A
Explaination:

 


When an instantiable class implements an interface, it provides a method body for each of the methods declared in the interface.




Discussion

Your Comments Goes here...
NameDiscussion