write a c++ code to overload + and - for a stack class such
that + provides push and - provides pop operation
Answer Posted / anmol
just leave this question this is the best option i also
done the same thing and got selected
| Is This Answer Correct ? | 18 Yes | 15 No |
Post New Answer View All Answers
Which type does string inherit from?
Write a program to reverse a string using recursive function?
What is destructor give example?
What is destructor in oop?
What are the 4 pillars of oop?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
Whats oop mean?
What is a class and object?
Why do we use polymorphism?
Get me an image implementation program.
What does <> mean pseudocode?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
Why is encapsulation used?
What is the advantage of oop over procedural language?
What is new keyword in oops?