2. Create a class called Car which has the following members- Private color, maxSpeed, minSpeed Public - Car(c, maxs, mins), get() Now create a derive class Bus of that Car class which will be privately inherited from the Car class and have the following members- - Public: Bus(color, maxSpeed, minSpeed), Bus Details() Now create an object of Bus class set all the values through constructer and display all the information in the display(&ob) function outside of the class.

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

Need urgent answer. 

Use c++ programme

2. Create a class called Car which has the following members-
Private color, maxSpeed, minSpeed
Public - Car(c, maxs, mins), get()
Now create a derive class Bus of that Car class which will be privately inherited from
the Car class and have the following members-
Public: Bus(color, maxSpeed, minSpeed), Bus Details()
Now create an object of Bus class set all the values through constructer and display all
the information in the display(&ob) function outside of the class.
Transcribed Image Text:2. Create a class called Car which has the following members- Private color, maxSpeed, minSpeed Public - Car(c, maxs, mins), get() Now create a derive class Bus of that Car class which will be privately inherited from the Car class and have the following members- Public: Bus(color, maxSpeed, minSpeed), Bus Details() Now create an object of Bus class set all the values through constructer and display all the information in the display(&ob) function outside of the class.
Expert Solution
steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Class
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
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr