Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

Operator overloading is necessary because - select option

  Shared By: Sophie Campbell    Date: May 22    Category: C++ Programming    Views: 1143

Answer:

Options

a) C++ attempts to make the user-defined classes act like built-in types
b) To provide new definitions for most of the C++ operators
c) To add user-defined data type like basic data types
d) All of the above

Answer : d) All of the above

Share: 
 

Didn't find what you were looking for? Find more on Operator overloading is necessary because - select option Or get search suggestion and latest updates.


Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: