हिंदी
तमिलनाडु बोर्ड ऑफ सेकेंडरी एज्युकेशनएचएससी विज्ञान कक्षा ११

Answer the question after going through the following class. Which concept is illustrated by Function3? When is this function called/invoked? - Computer Science

Advertisements
Advertisements

प्रश्न

Answer the question after going through the following class.

class Book {
int BookCode ; char Bookname[20];float fees;
public:
Book( )   //Function 1
{ fees=1000;
BookCode=1;
strcpy(Bookname,"C++"); }
void display(float C) //Function 2
{ cout<<BookCode<<":"<<Bookname<<":"<<fees<<endl; }
~Book( )         //Function 3
{ cout<<"End of Book Object"<<endl; }
Book (intSC,char S[ ],float F) ; //Function 4
};

Which concept is illustrated by Function3? When is this function called/invoked?

एक पंक्ति में उत्तर

उत्तर

Function 3 is the destructor of the class. Function 3 is executed when the object of the class book goes out of scope.

shaalaa.com
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 15: Polymorphism - Evaluation - Section - D [पृष्ठ २५८]

APPEARS IN

सामाचीर कलवी Computer Science [English] Class 11 TN Board
अध्याय 15 Polymorphism
Evaluation - Section - D | Q 2. (ii) | पृष्ठ २५८
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×