Difference between Overloading and Overriding?
Answer Posted / gaurav rawat
* in overloading function name are same but signatures
(argument) are different .
while in overriding function name are as well as argument
are same in drive class as in super class.
* for overloading can be done in one class but
for overriding there is necessary that at least two class
should be present.
| Is This Answer Correct ? | 101 Yes | 24 No |
Post New Answer View All Answers
What are arithmetic operators?
What is a responder chain?
Explain the problem with overriding functions
Why c++ is not a pure oop language?
Why Pointers are not used in C++?
What are separators in c++?
Explain the scope of resolution operator.
What do you understand by zombie objects in c++?
What is time_t c++?
Why do we need function?
What is switch case in c++ syntax?
Which coding certification is best?
Write a program which employs Recursion
Which c++ compiler is best?
What are the classes in c++?