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. Which of following valid option will not return a value in c++ ? freevoidemptynull Answer: Option B 2. What is actual syntax of destructor in c++ ? !Classname( )@Classname( )$Classname( )~Classname( ) Answer: Option D 3. Stacks are based on ? FIFOLIFOFILOAll of above Answer: Option B 4. Among following which will give the size of object or type ? CallocMallocSizeofRealloc Answer: Option C 5. The process of deriving a class from another derived class is known as ? single inheritancedual inheritancemultiple inheritancemultilevel inheritance Answer: Option D Read more from - C++ Programming Questions Answers - Set 2