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 singleton class in c++?
What operators can you overload in c++?
Which is not a valid keyword a) public b) protected c) guarded
What is array in c++ pdf?
What are keywords in c++?
How does code-bloating occur in c++?
What is late binding c++?
Why is c++ a mid-level programming language?
Which function cannot be overloaded c++?
Why is c++ difficult?
How important is c++?
Why we use #include conio h in c++?
What is a pointer with example?
What are compilers in c++?
What is the default width for ouputting a long integer using the insertion operator?