home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Java by Example
/
jbecd.bin
/
JBE-CD
/
NTUsers
/
JBECODE.ZIP
/
JavaByExample
/
chap04
/
LST4_1.txt
next >
Wrap
Text File
|
1996-01-30
|
155b
|
12 lines
class Car
{
data direction;
data position;
data speed;
method Steer();
method PressGasPedal();
method PressBrake();
}