For this question, use the class shown below: public abstract class vehicle { protected double speedMPH; protected double hoursTraveled; } abstract boolean travel (double time); public double getDistanceTraveled() { return speed * hours Traveled; } Define a subclass of the Vehicle class called Train. Train needs to contain the following members: • A new variable called maxCargo, an integer representing the tonnage the train is capable of carrying. • A constructor that takes two parameters, speed and cargoLimit, and sets the speedMPH and maxCargo variables accordingly (hoursTraveled should be set to 0). • A constructor that takes no parameters. In this constructor, set speedMPH to 30, maxCargo to 50, and hoursTraveled to 0. Override the travel method to represent the time the train spends

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

JAVA:

 

For this question, use the class shown below:
public abstract class Vehicle {
protected double speedMPH;
protected double hoursTraveled;
}
abstract boolean travel (double time);
public double getDistanceTraveled() {
return speed hours Traveled;
}
Define a subclass of the Vehicle class called Train. Train needs to contain the
following members:
• A new variable called maxCargo, an integer representing the tonnage the
train is capable of carrying.
• A constructor that takes two parameters, speed and cargoLimit, and sets
the speedMPH and maxCargo variables accordingly (hoursTraveled
should be set to 0).
• A constructor that takes no parameters. In this constructor, set
speedMPH to 30, maxCargo to 50, and hoursTraveled to 0.
Override the travel method to represent the time the train spends
travelling. If the time parameter is positive, it should be added to the
hoursTraveled variable and then the method should return true. If time is
negative, return false without modifying hoursTraveled.
Transcribed Image Text:For this question, use the class shown below: public abstract class Vehicle { protected double speedMPH; protected double hoursTraveled; } abstract boolean travel (double time); public double getDistanceTraveled() { return speed hours Traveled; } Define a subclass of the Vehicle class called Train. Train needs to contain the following members: • A new variable called maxCargo, an integer representing the tonnage the train is capable of carrying. • A constructor that takes two parameters, speed and cargoLimit, and sets the speedMPH and maxCargo variables accordingly (hoursTraveled should be set to 0). • A constructor that takes no parameters. In this constructor, set speedMPH to 30, maxCargo to 50, and hoursTraveled to 0. Override the travel method to represent the time the train spends travelling. If the time parameter is positive, it should be added to the hoursTraveled variable and then the method should return true. If time is negative, return false without modifying hoursTraveled.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Reference Types in Function
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
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
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