Computer Science, asked by varsharamalingam02, 19 days ago

class Check

{

public:

Check()

{

calculate();

cout<<“Constructor”;

}

void calculate()

{

show();

cout<<“Calculating”;

}

void show()

{

cout<<“\n I am displaying”;

}

};

void main()

{

Check chk;

}​

Answers

Answered by eshanreyan184
0

hi hlo ghh hhhbbbbbhhiiyu

Similar questions