Programming Languages C++ Objective
Mar 21, 2013

Overloading the function operator?

Choose the correct answer:
A) requires a class with an overloaded operator.
B) requires a class with an overloaded [ ] operator.
C) allows you to create objects that act syntactically like functions.
D) usually make use of a constructor that takes arguments.
Detailed Explanation

Option A is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback