Question Detail The process of deriving a class from another derived class is known as ? single inheritancedual inheritancemultiple inheritancemultilevel inheritance Answer: Option D Similar Questions : 1. Stacks are based on ? FIFOLIFOFILOAll of above Answer: Option B 2. << operator is ? stream extraction operatorstream insertion operatorleft shift operatorright shift operator Answer: Option B 3. Among following which will give the size of object or type ? CallocMallocSizeofRealloc Answer: Option C 4. Which is more memory efficient ? structureunionboth use same memorydepends on a programmer Answer: Option B 5. What is purpose of abstract class ? to provide help with database connectivity.to provide data input to other classes.to provide security to other classes.to provide an appropriate base class from which other classes can inherit. Answer: Option D Read more from - C++ Programming Questions Answers - Set 2