Question Detail Size of a char is ? 1234 Answer: Option A Ad Similar Questions : 1. Even if we define a function in a class, then also we need to declare it first. TrueFalse Answer: Option BExplanation:If we define a function in a class, then also we do not need to declare it first. 2. Operator overloading is ? giving new meaning to existing c++ operatorsmaking c++ operators work with objectsgiving c++ operators more than they can handlemaking new c++ operators Answer: Option A 3. Classes that can be used to instantiate objects are called concrete classes. TrueFalse Answer: Option A 4. 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 5. Which operators can not be overloaded ? Binary operatorTernary operatorUnary operatorAll can be overloaded Answer: Option B Read more from - C++ Programming Questions Answers - Set 2