java.lang.ObjectCar
public class Car
Constructor Summary | |
---|---|
Car(java.lang.String rz,
java.lang.String type)
|
Method Summary | |
---|---|
void |
start()
|
void |
stop()
|
void |
writeInfo()
erewre |
Methods inherited from class |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Car(java.lang.String rz, java.lang.String type)
- Method Detail |
---|
public void start()
start
in interface Going
public void stop()
stop
in interface Going
public void writeInfo()
Informing
writeInfo
in interface Informing