Is it legal in c++ to overload operator++ so that it decrements a value in your class?


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

Post New Answer

More C++ General Interview Questions

Explain how we implement exception handling in c++?

0 Answers  


What do you mean by C++ access specifiers ?

1 Answers  


What do you mean by function pointer?

0 Answers  


When should overload new operator on a global basis or a class basis?

0 Answers  


To which numbering system can the binary number 1101100100111100 be easily converted to?

0 Answers  






How do c++ struct differs from the c++ class?

0 Answers  


What is double in c++?

0 Answers  


Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?

0 Answers  


Are strings immutable in c++?

0 Answers  


What is linked list in c++?

0 Answers  


What are the various access specifiers in c++?

0 Answers  


Incase of a function declaration, what is extern means?

0 Answers  


Categories