Question Detail When one class inherits from the base class, then the original class is called ? derived classbase classsub classbasic class Answer: Option B Similar Questions : 1. Which is more memory efficient ? structureunionboth use same memorydepends on a programmer Answer: Option B 2. The default visibility mode while inheriting is ? publicprotectedprivatemay be any of above Answer: Option C 3. How we can access data members using objects ? object@datamemberobject*datamemberobject->datamemberobject.datamember Answer: Option D 4. Among following which will give the size of object or type ? CallocMallocSizeofRealloc Answer: Option C 5. The antonym of constructor is ? CreatorDistinctDestroyerDestructor Answer: Option D Read more from - C++ Programming Questions Answers - Set 2