1 point
Q3. Which of the following shows
the Operator overloading feature in
C++
Answers
Answered by
0
Answer:
The = and & C++ operators are overloaded by default. For example, you can copy the objects of the same Class directly using the = operator. Operator precedence doesn't change the associatively and precedence of operators
Answered by
0
Answer:
inheritance
exception handling
polymorphism
Similar questions