Question Detail When a derived class inherits from many base classes, this process is known as ? multiple inheritancemultilevel inheritancedefault inheritancemultiplex inheritance Answer: Option A Similar Questions : 1. An explicitly defined destructor function may be virtualmay not be virtualwill always be virtualwill never be virtual Answer: Option A 2. Which of following valid option will not return a value in c++ ? freevoidemptynull Answer: Option B 3. The antonym of constructor is ? CreatorDistinctDestroyerDestructor Answer: Option D 4. & operator is ? address operatorindirection operatorlogical andlogical or Answer: Option A 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