Question: Given a Lab 1 pm . java program and partial Automobile.java class, create a sub - class called SUV.java with a super constructor that initializes

Given a Lab1pm.java program and partial Automobile.java class, create a sub-class called SUV.java with a super constructor that initializes the attributes of the Automobile class as well as new attributes of the following types:
int for number of passengers: numpass
double for cargo space: cargospc
Do not change anything in the Lab1pm.java file. Within the Automobile class, expand the getinfo() method to print the output shown below. (title, author, publisher, publication date). Next, create a subclass SUV.java that overrides the Automobile class' getinfo() method and adds printing for the numpass, and cargospc.
The Lab1pm.java program has these as data for constructing an Automobile and an SUV object.
 Given a Lab1pm.java program and partial Automobile.java class, create a sub-class

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!