Wednesday, February 11, 2009

What must a class do to implement an interface

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

No comments: