English
Tamil Nadu Board of Secondary EducationHSC Science Class 11

Based on the following class declaration answer the question? The member function is inherited as public by Class Bus ______ - Computer Science

Advertisements
Advertisements

Question

Based on the following class declaration answer the question?

class vehicle
{ int wheels;
public:
void input_data(float,float);
void output_data();
protected:
int passenger;
};
class heavy_vehicle : protected vehicle {
int diesel_petrol;
protected:
    int load;
public:
void read_data(float,float)
void write_data(); };
class bus: private heavy_vehicle {
char Ticket[20];
public:
void fetch_data(char);
void display_data(); };

The member function is inherited as public by Class Bus ______

Options

  • input_data(), output_data()

  • read_data(), write_data()

  • fetch_data(), display_data()

  • none of these

MCQ
Fill in the Blanks

Solution

fetch_data(), display_data()

shaalaa.com
Visibility Modes
  Is there an error in this question or solution?
Chapter 16: Inheritance - Evaluation - Section - A [Page 273]

APPEARS IN

Samacheer Kalvi Computer Science [English] Class 11 TN Board
Chapter 16 Inheritance
Evaluation - Section - A | Q 9. 9.4. | Page 273
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×