Question Detail What is the meaning of base class in C++ Another class got inherit from this classIt inherit other classIt has a pointer variableIt is the first class declared Answer: Option A Similar Questions : 1. If no constructor is there, then compiler assumes the class to have a default constructor with no arguments TrueFalse Answer: Option A 2. Every class has atleast one construtor TrueFalse Answer: Option A 3. cout is declared in the _____ standard file within the std namespace outstreamstdiniostreamNone of above Answer: Option C 4. Which is not C++ storage class autoregisterstaticiostream Answer: Option DExplanation:Storage classes are: auto register static extern 5. All members of class have which access to its members privatepublicprotecteddepends Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1