Logo 
Search:

C++ Programming FAQ

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

Which is required to overload an operator in C++?

  Shared By: Herberta Miller    Date: Sep 26    Category: C++ Programming    Views: 582

Answer:

Options

a) operator function
b) built-in function
c) Both a and b
d) None of the above

Answer : a) operator function

Share: 
 

Didn't find what you were looking for? Find more on Which is required to overload an operator in C++? Or get search suggestion and latest updates.


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


Tagged: