Question Detail Only one copy of the class is inherited, when it is defined as ? virtualpublicstaticprivate Answer: Option A Similar Questions : 1. The default visibility mode while inheriting is ? publicprotectedprivatemay be any of above Answer: Option C 2. << operator is ? stream extraction operatorstream insertion operatorleft shift operatorright shift operator Answer: Option B 3. Destructors are called ? not definedin any orderin the reverse order of constructor callsin the same order of constructor calls Answer: Option C 4. int *ptr[5]; a pointer of 5 int elementsan array of 5 int pointersan array of 5 elements returning an int valuenone of above Answer: Option B 5. 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 Read more from - C++ Programming Questions Answers - Set 2