Computer Science - Object Oriented Programming Using C++ - Discussion

Discussion Forum : Object Oriented Programming Using C++ - Section 2 (Q.No. 12)
12.
A normal C++ operator that acts in special ways on newly defined data types is said to be
glorified
encapsulated
classified
overloaded
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Ravi said:   1 decade ago
Operator overloading is a specific case of polymorphism, where different operators of same sign have different implementations depending on their arguments.
(1)

Jaya said:   1 decade ago
Please explain me why the answer is overloaded?.
(1)

Post your comments here:

Your comments will be displayed after verification.