MCQs > IT & Programming > C++ > class foo { foo(){}; }; class boo : public foo { boo() : foo() {}; }; which standard allows compilation of this code.

C++ MCQs

class foo { foo(){}; }; class boo : public foo { boo() : foo() {}; }; which standard allows compilation of this code.

Answer

Correct Answer: none, the code wont compile

Explanation:

Note: This Question is unanswered, help us to find answer for this one

C++ Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

C++ Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it