Answer Posted / hrpynux@gmail.com
The only C operators that can't be are . and ?: (and sizeof , which is technically an operator). C++ adds a few of its own operators, most of which can be overloaded except :: and . * .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does h mean in maths?
What are the classes in c++?
Can user-defined object be declared as static data member of another class?
What is the benefit of c++?
Define upcasting.
When is the copy constructor called?
What is the copy-and-swap idiom?
To what does “event-driven” refer?
What is the full name of logo?
Explain virtual class?
Can non-public members of another instance of the class be retrieved by the method of the same class?
What is null pointer and void pointer?
Explain explicit container.
Can you explicitly call a destructor on a local variable?
Can c++ do everything c can?