Question Detail The default visibility mode while inheriting is ? publicprotectedprivatemay be any of above Answer: Option C Similar Questions : 1. Among following which will give the size of object or type ? CallocMallocSizeofRealloc Answer: Option C 2. 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 3. The process of deriving a class from another derived class is known as ? single inheritancedual inheritancemultiple inheritancemultilevel inheritance Answer: Option D 4. What is actual syntax of destructor in c++ ? !Classname( )@Classname( )$Classname( )~Classname( ) Answer: Option D 5. 37. Which of the following statements is false ? Using typedef does not replace the standard C++ data type name with the new nameThe new name defined by typedef, can be used as a type for another typedeftypedef defines new data typesNone of the above Answer: Option C Read more from - C++ Programming Questions Answers - Set 2