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. The objects can directly access ? Public membersPrivate membersBoth of aboveNone of above Answer: Option A 2. Queues are based on ? LIFOFIFOLILOFILO Answer: Option B 3. Inheritance is transitive in nature. TrueFalse Answer: Option A 4. int *ptr[5]; a pointer of 5 int elementsan array of 5 int pointersan array of 5 elements returning an int valuenone of above Answer: Option B 5. Operator overloading is ? giving new meaning to existing c++ operatorsmaking c++ operators work with objectsgiving c++ operators more than they can handlemaking new c++ operators Answer: Option A Read more from - C++ Programming Questions Answers - Set 2