Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Interfaces are implicitely abstract.Assume that you have four methods in an interface. when u implements this interface, u have to make use of all the methods declared in interface. Atlease u have to make a dummy implementation of these methods.
Replies:
|
Sponsored Links
|