What must a class do to implement an interface?

Q

What must a class do to implement an interface?

✍: Guest

A

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

2012-10-26, 2067👍, 0💬