Question Detail << operator is ? stream extraction operatorstream insertion operatorleft shift operatorright shift operator Answer: Option B Similar Questions : 1. What is true about Constructor ? Its name is plural of class name.Its name has * symbol before it.Its name is same as of class name.Its name has # symbol before it. Answer: Option C 2. The advantage of declaring a virtual function as pure is ? programs runs fasterearly binding can be achievedyou force any derived class to define its own implementationyou can avoid making the class an abstract 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. The private data members of a class are accessible ? Directly to objects of that classTo any function defined outside a classOnly to the member functionsOnly using keyword static Answer: Option C 5. The antonym of constructor is ? CreatorDistinctDestroyerDestructor Answer: Option D Read more from - C++ Programming Questions Answers - Set 2