Logo 
Search:

C++ Programming FAQ

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

Which is NOT true about function objects?

  Shared By: Sophie Brown    Date: Mar 09    Category: C++ Programming    Views: 1053

Answer:

Options

a) The class, which creates a function object, contains only one overloaded operator() function.
b) Function objects can be used to perform arithmetic and logical operations.
c) For using function objects, <functional> header file is needed.
d) None of the above

Answer : d) None of the above

Share: 
 

Didn't find what you were looking for? Find more on Which is NOT true about function objects? Or get search suggestion and latest updates.


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


Tagged: