English
Tamil Nadu Board of Secondary EducationHSC Science Class 11

Given the following C++ code, answer the following question. In Object-Oriented Programming, what is Function 2 referred to as, and when does it get invoked/called? - Computer Science

Advertisements
Advertisements

Question

Given the following C++ code, answer the following question.

class TestMeOut
{
public:
~TestMeOut() //Function 1
{cout<<“Leaving the exam hall”<<endl;} TestMeOut() //Function 2
{cout<<“Appearing for exam”<<endl;}
void MyWork() //Function 3
{cout<<“Answering”<<endl;} };

In Object-Oriented Programming, what is Function 2 referred to as, and when does it get invoked/called?

Short Note

Solution

Function 2 is called the default ‘constructor’.
It is executed automatically when an instance of the class TestMeOut comes into the scope or when objects of the class TestMeOut are created.

shaalaa.com
  Is there an error in this question or solution?
Chapter 14: Classes and objects - Evaluation - Section - C [Page 247]

APPEARS IN

Samacheer Kalvi Computer Science [English] Class 11 TN Board
Chapter 14 Classes and objects
Evaluation - Section - C | Q 4. (ii) | Page 247
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×