Question Detail When one class inherits from the base class, then the original class is called ? derived classbase classsub classbasic class Answer: Option B Ad Similar Questions : 1. What is true about Constructor ? Its name is plural of class name.Its name has * symbol before it.Its name is same as of class name.Its name has # symbol before it. Answer: Option C 2. Which is more memory efficient ? structureunionboth use same memorydepends on a programmer Answer: Option B 3. Which variables cannot be declared ? structurepointerclassvoid Answer: Option D 4. The members of a class are ? b) by default are private c) are made private by declaring as private d) none of the above] have no visibility by defaultpublic by defaultprivate by defaultprotected by default Answer: Option C 5. How we can access data members using objects ? object@datamemberobject*datamemberobject->datamemberobject.datamember Answer: Option D Read more from - C++ Programming Questions Answers - Set 2