OOPortal
OOPortal
SiteMap
Reusable Software
Structured Programming
Operator Overloading
«Prev
Reusable Code
Polymorphism Concept
Comparing Conversion Operators
ADT Conversion
Conversion Member Functions
Signature Matching Algorithm
Operator Overloading
Unary Binary Overloading
friend Function Usage
friend Function - Quiz
Overloading Operators
Pure Polymorphism
public Inheritance - Quiz
Virtual Function - Exercise
Pure Polymorphism
Ecological Simulation
Operator Overloading in C++ - Quiz
Each question is worth one point. Select the best answer or answers for each question.
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.
?:
Correct answers:
Your Score: 0
Submit
Quiz Explanation