Class PersonalCar

java.lang.Object
  extended by PersonalCar
All Implemented Interfaces:
Car

public class PersonalCar
extends java.lang.Object
implements Car

Write a description of class PersonalCar here.

Version:
(a version number or a date)
Author:
(your name)

Constructor Summary
PersonalCar()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface Car
load, refuel, run, unload
 

Constructor Detail

PersonalCar

public PersonalCar()