Difference between Overloading and Overriding?

Answer Posted / suresh

Overloading is compile time binding, where as overriding is
dynamic binding....

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you establish a has-a relationship?

611


Difference between pass by value and pass by reference?

606


What is flush c++?

541


What is the most common mistake on c++ and oo projects?

525


Explain Memory Allocation in C/C++ ?

641






What is the use of endl in c++?

598


Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?

749


What does it mean to declare a destructor as static?

628


Is c++ a dying language?

591


What is the use of 'using' declaration in c++?

633


What are virtual constructors/destructors?

578


What happens when the extern "c" char func (char*,waste) executes?

639


What is meant by entry controlled loop? What all C++ loops are exit controlled?

572


What are the extraction and insertion operators in c++? Explain with examples.

655


What is a singleton class c++?

546