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. How we define our name for constants #constant#define#define_constant#constant_define Answer: Option B 3. Dereference operator is also called as pointerReference operatorOffset operatorDeoffset operator Answer: Option C 4. Meaning of PDB Physical Database FileProgram Database FileProgram Direct FileNone of above Answer: Option B 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