English
Tamil Nadu Board of Secondary EducationHSC Science Class 11

Consider the following c++ code and answer the question? Give the sequence of Constructor/Destructor Invocation when the object of class Result is created. - Computer Science

Advertisements
Advertisements

Question

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();
};

Give the sequence of Constructor/Destructor Invocation when the object of class Result is created.

Short Note

Solution

Personal (); // constructor of class personal
Marks (); // constructor of class marks
Result (); // destructor of class Result
Marks (); // destructor of class marks
Personal (); // destructor of class personal

shaalaa.com
  Is there an error in this question or solution?
Chapter 16: Inheritance - Evaluation - Section - D [Page 274]

APPEARS IN

Samacheer Kalvi Computer Science [English] Class 11 TN Board
Chapter 16 Inheritance
Evaluation - Section - D | Q 3. 3.3. | Page 274
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×