मराठी
तामिळनाडू बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान इयत्ता ११

Consider the following c++ code and answer the question? Name the base class(/es) and derived class (/es). - Computer Science

Advertisements
Advertisements

प्रश्न

Consider the following c++ code and answer the question?

class Personal
{ int Class,Rno;
char Section;
protected:
char Name[20];
public:
personal();
void pentry();
void Pdisplay(); };
class Marks:private Personal
{ float M{5};
protected:
char Grade[5];
public: Marks();
void Mentry();
void Mdisplay(); };
class Result:public Marks
{
float Total,Agg;
public:
char FinalGrade, Commence[20];
Result();
void Rcalculate();
void Rdisplay();
};

Name the base class(/es) and derived class (/es).

टीपा लिहा

उत्तर

Base class of marks: → Personal
Base class of Result: → Marks
Derived classes: → Marks and Results

shaalaa.com
Derived Class and Base Class
  या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
पाठ 16: Inheritance - Evaluation - Section - D [पृष्ठ २७४]

APPEARS IN

सामाचीर कलवी Computer Science [English] Class 11 TN Board
पाठ 16 Inheritance
Evaluation - Section - D | Q 3. 3.4. | पृष्ठ २७४

संबंधित प्रश्‍न

Which of the following derives a class student from the base class school?


Which visibility mode should be used when you want the features of the base class to be available to the derived class but not to the classes that are derived from the derived class?


A class is derived from a class which is a derived class itself, then this is referred to as ______


What is a base class?


Why derived class is called a power-packed class?


What are the points to be noted while deriving a new class?


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 that can be accessed by an object of bus Class is ______


Consider the following c++ code and answer the question?

class Personal
{ int Class,Rno;
char Section;
protected:
char Name[20];
public:
personal();
void pentry();
void Pdisplay(); };
class Marks:private Personal
{ float M{5};
protected:
char Grade[5];
public: Marks();
void Mentry();
void Mdisplay(); };
class Result:public Marks
{
float Total,Agg;
public:
char FinalGrade, Commence[20];
Result();
void Rcalculate();
void Rdisplay();
};

Write the names of data members accessible from the object of class Result.


Consider the following c++ code and answer the question?

class Personal
{ int Class,Rno;
char Section;
protected:
char Name[20];
public:
personal();
void pentry();
void Pdisplay(); };
class Marks:private Personal
{ float M{5};
protected:
char Grade[5];
public: Marks();
void Mentry();
void Mdisplay(); };
class Result:public Marks
{
float Total,Agg;
public:
char FinalGrade, Commence[20];
Result();
void Rcalculate();
void Rdisplay();
};

Write the names of all member functions accessible from the object of class Result.


Consider the following c++ code and answer the question?

class Personal
{ int Class,Rno;
char Section;
protected:
char Name[20];
public:
personal();
void pentry();
void Pdisplay(); };
class Marks:private Personal
{ float M{5};
protected:
char Grade[5];
public: Marks();
void Mentry();
void Mdisplay(); };
class Result:public Marks
{
float Total,Agg;
public:
char FinalGrade, Commence[20];
Result();
void Rcalculate();
void Rdisplay();
};

Write the names of all members accessible from member functions of class Result.


Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×