Write all the code necessary for a class Truck. A Truck can be described as having a make (String), model (String), gas tank capacity (double), and whether it has a manual transmission (or not). Include the following methods in your class definition.  A default constructor. An overloaded constructor which takes the make and the model as parameters. This method throws an IllegalArgumentException if the make is “Jeep”. An overloaded constructor which takes the gas tank capacity as a parameter. This method throws an IllegalArgumentException if the capacity of the gas tank is not between 15 and 20 gallons (inclusive). That’s 3 constructors in total.  Each constructor, once done executing, should have fully initialized all of the object’s properties (i.e., attributes/member variables). Do not implement a toString method; assume one is properly defined for you. Do not implement any getters or setters.     import java.lang.IllegalArgumentException ; // Write your code here

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter11: Advanced Inheritance Concepts
Section: Chapter Questions
Problem 2PE
icon
Related questions
Question

Write all the code necessary for a class Truck. A Truck can be described as having a make (String), model (String), gas tank capacity (double), and whether it has a manual transmission (or not). Include the following methods in your class definition. 

    • A default constructor.
    • An overloaded constructor which takes the make and the model as parameters. This method throws an IllegalArgumentException if the make is “Jeep”.
    • An overloaded constructor which takes the gas tank capacity as a parameter. This method throws an IllegalArgumentException if the capacity of the gas tank is not between 15 and 20 gallons (inclusive).
    • That’s 3 constructors in total.  Each constructor, once done executing, should have fully initialized all of the object’s properties (i.e., attributes/member variables).
    • Do not implement a toString method; assume one is properly defined for you.
    • Do not implement any getters or setters.

 

 

import java.lang.IllegalArgumentException ;

// Write your code here

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Class
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,