Question: JAVA. Question 1: Class Design- Transportation Design classes to represent a Vehicle, Car, Truck, and Electric Car. Write the class headers for each class to
JAVA.
Question 1: Class Design- Transportation
- Design classes to represent a Vehicle, Car, Truck, and Electric Car.
- Write the class headers for each class to show the inheritance relationships and which (if any) classes are abstract.
- If you have an abstract class, list at least one abstract method and one implemented method that belongs in that class.
- Write two full interfaces to describe being:
- Driveable (meaning you can drive it) and
- Hitchable (meaning you can hitch a trailer to it).
- You can choose the name of the method(s) to include in the interface.
- Update the classes headers to show which classes (if any) implement each of the two interfaces.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
