Question Detail The default visibility mode while inheriting is ? publicprotectedprivatemay be any of above Answer: Option C Similar Questions : 1. When a derived class inherits from many base classes, this process is known as ? multiple inheritancemultilevel inheritancedefault inheritancemultiplex inheritance Answer: Option A 2. What is object in C++ ? Object is part of syntax of a class.Object is datatype of a class.Object is an instance of a class.Object is function of a class. Answer: Option C 3. Explicit call to a constructor means ? Not providing the construction name at allIs the shorthand methodProviding the constructor name explicitly to invoke itProviding the constructor name implicitly to invoke it Answer: Option C 4. Among following which will give the size of object or type ? CallocMallocSizeofRealloc Answer: Option C 5. What is data hiding ? It is related with hiding internal object detailsIt is related with showing internal object detailsIt is related with datatypesNone of above Answer: Option A Read more from - C++ Programming Questions Answers - Set 2