文件名称:Define inheritance classes Car
文件大小:2KB
文件格式:JAVA
更新时间:2013-11-20 07:55:39
Car
In addition, the class Car should contain data members that can hold the following information: Car type (should be one of Light, Small, Medium, Large, Hybrid, Luxury, Sport types), purchase price, and usage (private or business). Define necessary methods in the class Car.