What must a class do to implement an interface?

What must a class do to implement an interface?

Tags..  Java Classes  Core Java Interview  Java
Posted by: Uim | Views: 93 | Community Opinion: 1

Add Your Opinion

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
Your Name:
*your opinion/answer: