C++ Programming - Objects and Classes - Discussion

Discussion Forum : Objects and Classes - General Questions (Q.No. 21)
21.
Which of the following can be overloaded?
Object
Functions
Operators
Both B and C
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
5 comments Page 1 of 1.

Md Hayatuddin said:   5 years ago
Yes, Operator can be overloaded because we can overload some operator +, -, >, < etc.

Jenila said:   10 years ago
Operators and functions can be overloaded. But some operators can't be overloaded like :: ? : etc.

Pradnya said:   1 decade ago
Why operator and functions can not be overloaded?

Onila mittal said:   1 decade ago
Operators and functions both can be overloaded using in oops feature polymorphism.

Jess said:   1 decade ago
Why operator can not be overloaded ?
There is a whole topic on operator overloading in c++.

Post your comments here:

Your comments will be displayed after verification.