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:
The code you've posted will only work if the class This means that there should be methods with the following signatures: void engageDrive(); void engageDrive(int gear); If you don't have both those methods, the above code won't compile. Replies: |
Sponsored Links
|