Question: Given a Lablpm.java program and partial Automobile.java class, create a sub - class called SUV.java with a super constructor that initializes the attrib well as
Given a Lablpm.java program and partial Automobile.java class, create a subclass called SUV.java with a super constructor that initializes the attrib 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 Lablpm.java file. Within the Automobile class, expand the getinfo method to print the output shown below. model no a subclass SUV.java that overrides the Automobile class' getinfo method and adds printing for the numpass, and cargospc.
The Lablpm.java program has these as data for constructing an Automobile and an SUV object.
Porsche
ST
Subaru
Outback
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
