Difference between Operator overloading and Functional
overloading?
Answer Posted / d289
did you guys copy each others answer? :P
| Is This Answer Correct ? | 60 Yes | 18 No |
Post New Answer View All Answers
Can we declare a base-class destructor as virtual?
What are dynamic type checking?
What is pointer in c++ with example?
what is multi-threading in C++?
Is it possible to provide default values while overloading a binary operator?
How we can differentiate between a pre and post increment operators during overloading?
Explain the benefits of proper inheritance.
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
Is c++ slower than c?
Which of the following is evaluated first: a) && b) || c) !
What is the difference between a type-specific template friend class and a general template friend class?
How a new operator differs from the operator new?
Is there structure in c++?
How const int *ourpointer differs from int const *ourpointer?
What is c++ runtime?