Explain friend class?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?

0 Answers  


I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?

0 Answers  


Should I learn c++ c?

0 Answers  


what is static function

2 Answers   Patni,


How compile and run c++ program in turbo c++?

0 Answers  






class HasStatic { static int I; }; Referring to the sample code above, what is the appropriate method of defining the member variable "I", and assigning it the value 10, outside of the class declaration? a) HasStatic I = 10; b) int static I = 10; c) static I(10); d) static I = 10; e) int HasStatic::I = 10;

1 Answers   Quark,


What are arrays c++?

0 Answers  


write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)

0 Answers  


Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;

0 Answers  


What c++ is used for?

0 Answers  


What is data binding in c++?

0 Answers  


Explain terminate() and unexpected() function?

0 Answers  


Categories