Question Detail The default visibility mode while inheriting is ? publicprotectedprivatemay be any of above Answer: Option C Similar Questions : 1. What is default scope for a structure ? PrivateProtectedPublicNone of aobve Answer: Option C 2. A variable is defined within a block in a body of a function. Which of the following are true ? It is visible from the point of definition to the end of the program.It is visible throughout the function.It is visible from the point of definition to the end of the block.It is visible throughout the block. Answer: Option B 3. The members of a class are ? b) by default are private c) are made private by declaring as private d) none of the above] have no visibility by defaultpublic by defaultprivate by defaultprotected by default Answer: Option C 4. && means ? Logical ORBitwise ORLogical ANDBitwise AND Answer: Option C 5. Inheritance is referred to as “is a” relationship"have a" relationshipboth of abovenone of above Answer: Option A Read more from - C++ Programming Questions Answers - Set 2