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. Can we overload constructors in C++ YesNo Answer: Option A 2. What is the value of sizeof(char) 1248 Answer: Option A 3. Stack unwinding deals with deals with polymorphismdeals with inheritancedeals with exception handingdeals with classes Answer: Option C 4. Which is not a correct variable type floatintdoublereal Answer: Option D 5. Which of the following functions below can be used Allocate space for array in memory calloc()malloc()realloc()All of above Answer: Option A Read more from - C++ Programming Questions Answers - Chapter 1