Difference between Overloading and Overriding?
Answer Posted / kakani sirisha
Overloading is code refinement technique and OverRiding is code replacement technique..
In OverLoading no seperate keywords are used to implement but in OverRiding we use virtual keyword for base class and overriding keyword for derived class function to implement...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is scupper?
What is a multiset c++?
How the memory management in vectors are being done. What happens when the heap memory is full, and how do you handle it ?
What are the rules for naming an identifier?
What is decltype c++?
What is == in programming?
what you know about c++?
What is iostream in c++ used for?
What is the difference between public and private data members?
How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
What is a template in c++?
Which software is used to run c++ program?
What is fflush c++?
Why should you learn c++?
What is the importance of mutable keyword?