Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started