Question Detail & operator is ? address operatorindirection operatorlogical andlogical or Answer: Option A Similar Questions : 1. Which of the following keywords are used to control access to a class member ? protectedswitchgotofor Answer: Option A 2. When one class inherits from the base class, then the original class is called ? derived classbase classsub classbasic class Answer: Option B 3. 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 4. What is default visibility mode for members of classes in C++ ? PrivatePublic ProtectedDepends Answer: Option A 5. Stacks are based on ? FIFOLIFOFILOAll of above Answer: Option B Read more from - C++ Programming Questions Answers - Set 2