What must a class do to implement an interface?

What must a class do to implement an interface?

Uim
Views: 819 | Community Opinion: 1

Tags..  Java Classes  Core Java Interview  Java

Bookmark this page..



Ask a New Question Go to Home

Community Opinion/Answers
 
Temthis Said..

It must provide all of the methods in the interface and identify the interface in its implements clause.






What do you think? Add your opinion/answer
*Name
*your opinion/answer: