OOPortal
Search
SiteMap
RationalDB
Database Design
Building C++ Classes
Corba Fundamentals
Corba Java Programming
Designing Reusable Code
Programming C++
Reusable Code
Ad Hoc Polymorphism
Operator Overloading
Which operators can be overloaded?
1.
Which one of the following operators can be overloaded?
A.
::
B.
new
C.
.*
D.
sizeof
2.
Which one of the following operators cannot be overloaded?
A.
the function call
( )
B.
+=
C.
>>
D.
?:
Score =
Correct answers:
Explanation