Difference between Overloading and Overriding?
Answer Posted / swetcha
Overloading - Two functions having same name and return
type, but with different type and/or number of arguments.
Overriding - When a function of base class is re-defined in
the derived class.
| Is This Answer Correct ? | 850 Yes | 105 No |
Post New Answer View All Answers
What is the difference between a template and a macro?
Is c++ the hardest language?
Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL
How important is c++?
What are the restrictions apply to constructors and destructors?
Define vptr.
What is a static member?
What is a .h file c++?
How would you obtain segment and offset addresses from a far address of a memory location?
Do class method definitions?
Explain abstraction.
What are disadvantages of pointers?
What are the general quetions are in DEna bank manager IT/System interviews?
What are compilers in c++?
Why we use #include iostream in c++?