Specify some guidelines that should be followed while overloading operators?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

Define 'std'.

0 Answers  


How can you force instantiation of a template?

1 Answers   ABC, Amazon,


Why seem interrupt handlers as member functions to be impossible?

1 Answers  


What are vtable and vptr?

0 Answers  


Are vectors faster than arrays?

0 Answers  


What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?

3 Answers  


What are the benefits of operator overloading?

0 Answers  


What are function poinetrs? where are they used?

1 Answers   CTS,


Why pure virtual functions are used if they don't have implementation / When does a pure virtual function become useful?

1 Answers  


Evaluate !(1&&1||1&&0) a) Error b) False c) True

0 Answers  


What is type of 'this' pointer?

0 Answers  


Is multimap sorted c++?

0 Answers  


Categories