Difference between Overloading and Overriding?
Answer Posted / adeel shahid
overriding is done in the base class where the parent class
method is overridden by a method of the same signature.
Overloading is done in the same class on functions with
input parameters differing in number or type.
| Is This Answer Correct ? | 98 Yes | 36 No |
Post New Answer View All Answers
Write a program which employs Recursion
What is the difference between #import and #include?
What is public, protected, private in c++?
What is the difference between the functions memmove() and memcpy()?
What is oops in c++?
What are the various storage classes in C++?
What are pointer-to-members? Explain.
Explain what are single and multiple inheritances in c++?
If we want that any wildcard characters in the command line arguments should be appropriately expanded, are we required to make any special provision? If yes, which?
What are the differences between new and malloc?
What is the most common mistake on c++ and oo projects?
Which is most difficult programming language?
What is c++ coding?
Describe about storage allocation and scope of global, extern, static, local and register variables?
Which sort does c++ use?