Tuesday, March 10, 2009

What must a class do to implement an interface? (CoreJava)

Question :What must a class do to implement an interface? (CoreJava)
Answer :It must provide all of the methods in the interface and identify the
interface in its implements clause.

No comments: