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 |
Why static Function is used in C++?
What is the concept of object oriented program?
Which is better struts or spring?
what is overloading
What are oops methods?
suppose A is a base class and B is the derved class. Both have a method foo which is defined as a virtual method in the base class. You have a pointer of classs B and you typecast it to A. Now when you call pointer->foo, which method gets called? The next part of the question is, how does the compiler know which method to call?
What do you mean by binding of data and functions?
what is the technical or oop name of object?
What is the difference between a mixin and inheritance?
What are the types of abstraction?
What is class encapsulation?
What is meant by oops concept?