Programming - Inheritance - Discussion

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

 



Q.

What must a class do to implement an interface?                         


A. It must provide all of the methods in the interface and identify the interface in its implements clause. B. It must provide all of the variables in the interface and identify the interface in its implements clause.
C. It must provide all of the classes in the interface and identify the interface in its implements clause. D. It must provide all of the static variables in the interface and identify the interface in its implements clause.

Answer: Option A
Explaination:

 


No Explanation




Discussion

Your Comments Goes here...
NameDiscussion