Which operator can not be overloaded in C++?

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


Please Help Members By Posting Answers For Below Questions

Is it possible for a member function to delete the pointer, named this?

616


Is it possible for a member function to use delete this?

576


which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?

724


what are the decision making statements in C++? Explain if statement with an example?

656


write a porgram in c++ that reads an integer and print the biggest digit in the number

1773






How delete [] is different from delete?

602


write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;

1461


Why cout is used in c++?

568


How can I learn dev c++ programming?

573


What is the difference between multiple and multilevel inheritance in c++?

606


Which compiler does turbo c++ use?

610


Should I learn c or c++ or c#?

559


What are proxy objects in c++?

645


How to declare a function pointer?

581


Write about the use of the virtual destructor?

612