|
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:
how can we use interface methods without overriding them
Posted by saddy san on December 26, 2000 at 1:34 PM
hi, i have seen example of enumeration interface where its methods were used without overriding them. Now what i have learned is that we cannot provide any default coding in interface than where the body of that method is given ,i can send that program if desired. thanks in advance saddy
Replies:
|