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 |
Whats oop mean?
Why do we use polymorphism in oops?
Why is encapsulation used?
can we make game by using c
Why multiple inheritance is not allowed?
What is polymorphism what are the different types of polymorphism?
to remove the repeated numbers from the given . i.e.., if the input is 12233 output should of 123
pointers are support in C#? if yes then how to use it?
8 Answers Softvision Solution,
I hv a same function name,arguments in both base class and dervied class, but the return type is different. Can we call this as a function overloading? Explain?
You attempt to query the data base with this command: SELECT name, salary FROM employee WHERE salary=(SELECT salary FROM employee WHERE last name='Wagner' OR dept no=233) Choose most appropriate option from the following: 1)Sub-queries are not allowed in the where clause. 2)a multiple row sub-query used with a single row comparison operator. 3)a single row query is used with a multiple row comparison operator.
Why static functions always uses static variables?
Which is not an object oriented programming language?