Difference between Overloading and Overriding?
Answer Posted / lakshmipathi
overloading is nothing but a funtion witn same name but
different arguments .......
overrinding is nothing but a funtion with same name and same
arguments...........
overloding involves with in same class...........
overriding involves in between super class and sub class....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a multiset c++?
Using a smart pointer can we iterate through a container?
Explain what happens when a pointer is deleted twice?
How do you clear a set in c++?
What can I use instead of namespace std?
What is purpose of new operator?
What is a linked list in c++?
Write a code/algo to find the frequency of each element in an array?
Write a program in C++ for Fibonacci series
Write about the various sections of the executable image?
Can notepad ++ run c++?
What does int * mean in c++?
What is conditions when using boolean operators?
When do we run a shell in the unix system?
What is c++ course?