Name the operators that cannot be overloaded.
Answers were Sorted based on User's Feedback
Answer / Tapan Sharma
The operators that cannot be overloaded in C++ are: (1) Scope resolution operator (::). (2) Class member access operator (.). (3) Arrow operator (->). (4) Typeid operator (typeid).
| Is This Answer Correct ? | 0 Yes | 0 No |
How to generate random numbers in C++ with a range?
What are "pure virtual" functions?
1 Answers Adobe, Alter, iNautix,
What is placement new?
Explain the difference between C and C++.
What is RTTI and why do you need it?
Explain encapsulation in C++.
What is latest update of C++ ?
What does it mean to declare a member function as virtual in C++?
What is partial specialization or template specialization?
Write a program that can take input from 3 to 8 and calculate the average?
When would you use a pointer? A reference?
Consider the following C++ program