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
What do you understand by zombie objects in c++?
What is c++ course?
Is dev c++ free?
How do we implement inheritance in c++?
What do you mean by global variables?
What are the differences between new and malloc?
What is a character in c++?
Which software is best for programming?
What is a lambda function c++?
How do you clear a buffer in c++?
Difference between an inspector and a mutator
Explain bubble sorting.
How much do c++ programmers make?
What is atoi in c++?
What is else if syntax?