Question Detail 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 Similar Questions : 1. Queues are based on ? LIFOFIFOLILOFILO Answer: Option B 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. How we can access data members using objects ? object@datamemberobject*datamemberobject->datamemberobject.datamember Answer: Option D 4. Size of a char is ? 1234 Answer: Option A 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