![]() |
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:
I get a compile time error when I compile the following class "Interrogator" which is an application and also has the method which accepts an Interface "Talkative", I haven't been able to come up with a good reason for the below error, can someone throw some light? javac Interrogator.java ---code follows interface Talkative{ abstract class Animal{ class Cat extends Animal{ class Interrogator{ public static void main(String[] args){ Replies:
|
Sponsored Links
|