How to overload postfix operator in c++



How to overload postfix operator in c++..

Answer / r.ramakrishna

Defining the variables in the class of a method after the
method will executed.

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More OOPS Interview Questions

What is stream in oop?

0 Answers  


What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile

4 Answers  


What is abstraction?

9 Answers  


Why do we use oops?

0 Answers  


what is object slicing?

9 Answers   L&T, Wipro,






Can destructor be overloaded?

0 Answers  


Is data hiding and abstraction same?

0 Answers  


Iam doing my project on instant messaging , if you any new ideas regarding this project ,please suggest it?

2 Answers  


tel me oops defination in single line

2 Answers  


What is conditional Compilation?

3 Answers   emc2, HCL,


write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.

0 Answers   Microsoft, TCS,


Can we have inheritance without polymorphism?

0 Answers  


Categories