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 are the 3 principles of oop?

0 Answers  


What are the main differences between procedure oriented languages and object oriented languages?

9 Answers   IBM, Infosys, Wipro,


What do we mean by a hidden argument in C++?

1 Answers  


#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; a.x = 22; int c = a.x; int *b = new int; cout << c; return 0; } option: No output 0 22 -(11) Will not compile

1 Answers   CTS, Wipro,


What is oops and why we use oops?

0 Answers  


Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

1 Answers  


Why is abstraction needed?

0 Answers  


Which is not an object oriented programming language?

0 Answers  


what is the new version of oops

0 Answers   Ignou,


whats the difference between c and c++

7 Answers   Syntel,


What is virtual constructors/destructors?

4 Answers   IBS,


Why many objects can working together? How objects working togetherM I want to see example code.

2 Answers  


Categories