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


Please Help Members By Posting Answers For Below Questions

What are friend functions in C++?

624


What is meaning of in c++?

674


Explain the operation of overloading of an assignment operator.

698


Please explain the reference variable in c++?

618


Define pure virtual function?

564






What is decltype c++?

559


Why are arrays usually processed with for loop?

775


What is operators in c++?

567


What is a try block?

640


Describe new operator and delete operator?

630


Why do we use classes in c++?

581


What is the role of C++ shorthand's?

681


What are the differences between new and malloc?

633


How to give an alternate name to a namespace?

591


What is insertion sorting?

671