Difference between Overloading and Overriding?
Answer Posted / newuserforum
http://www.testskillshome.com/?p=758#comment-49
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is using namespace std in c++?
When is the copy constructor called?
Why do we need constructors in c++?
Explain the benefits of proper inheritance.
what is Loop function? What are different types of Loops?
Describe protected access specifiers?
What is a driver program?
How do c++ struct differs from the c++ class?
How does class accomplish data hiding in c++?
What is #include iostream h in c++?
When to use “const” reference arguments in a function?
How should a contructor handle a failure?
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
Explain public, protected, private in c++?
which one is equivalent to multiplying by 2:Left shifting a number by 1 or Left shifting an unsigned int or char by 1?