Question: Write a complete java application that creates 3 different cars characterized by their type (as Sedan, Van, or SUV model (Honda, Toyota, or Nissan); and
Write a complete java application that creates 3 different cars characterized by their type (as "Sedan", "Van", or "SUV" model ("Honda", "Toyota", or "Nissan"); and color code (1, 2, 3, 4, and 5). Every car has an engine that is described by the number of cylinders (4, 6, or 8), fuel type ("diesel", or "gasoline"), and horsepower (between 6.5 and 10). Make sure that your code includes the following: 1. At least one composition relation 2. At least one static attribute and one static method. 3. At least one overloaded method and one overloaded constructor 4. Setters and getters. The setters should validate value ranges. 5. A runner class displaying a welcome message and the details of the 3 cars
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
