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 Ad Similar Questions : 1. 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 2. All members of class have which access to its members privatepublicprotecteddepends Answer: Option A 3. Meaning of STL Standard Tree LibraryStandard Term LibraryStandard Template LibraryNone of above Answer: Option C 4. Which arithmetic operation can be done in pointer MultiplicationDivisionAdditionNone of above Answer: Option C 5. How we define our name for constants #constant#define#define_constant#constant_define Answer: Option B Read more from - C++ Programming Questions Answers - Chapter 1