write a c++ code to overload + and - for a stack class such
that + provides push and - provides pop operation
Answer / 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 |
What are the 3 principles of oop?
Get me a number puzzle game-program
can inline function declare in private part of class?
How can i write a code in c# to take a number from the user and then find all the prime numbers till the number entered by the user.
what is costructor?
What is a unary operator?
explain the concepts of oops?
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.
what is polymorphism?
How is class defined?
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
WHAT IS ABSTRUCT DATA TYPE ? PLEASE EXPLAIN IT.