Question: FOR JAVA write a bus class that has two overloaded constructors. Bus class does not have a c constructor with no parameters. The bus class
FOR JAVA
write a bus class that has two overloaded constructors. Bus class does not have a c constructor with no parameters. The bus class should have 3 member var called tank, power, and disk. One constructor should have no and the other constructor should accpet 3 member var as parameters. The desk class has two member var called parking and sound. Write the setter and getters for the desk class as well. Show how the composition works in the bus class. Write the main to create two bus objects using both constructors.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
