Difference between Overloading and Overriding?

Answer Posted / natarajan

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

Is This Answer Correct ?    149 Yes 40 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is lambda expression c++?

804


What is a literal in c++?

778


How do I download c++?

771


How static variables and local variablesare similar and dissimilar?

840


What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard

825


What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor

935


What are the basic data types used in c++?

807


What are the benefits of pointers?

820


What is the object serialization?

889


Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h

906


What is virtual base class?

794


Do vectors start at 0?

790


What is the use of this pointer in c++?

819


Explain explicit container.

874


How come you find out if a linked-list is a cycle or not?

815