|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectDriversEd
public class DriversEd
This class serves as the driver :)
for the Drivers' Ed project found here.
The only method (main) instantiates an Annex object to provide the City context
before adding three Runnable StudentDriver objects (Curly, Larry & Moe) who
display their driving skills as they navigate the Annex. Each StudentDriver
constructor is supplied with,
| Constructor Summary | |
|---|---|
DriversEd()
|
|
| Method Summary | |
|---|---|
static void |
main(java.lang.String[] args)
The main method instantiates an Annex object to provide the City context before adding 3 Runnable StudentDriver objects (Curly, Larry & Moe) who display their driving skills as they navigate the Annex. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DriversEd()
| Method Detail |
|---|
public static void main(java.lang.String[] args)
args - parameters passed from the O/S.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||