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
What is lambda expression c++?
What is a literal in c++?
How do I download c++?
How static variables and local variablesare similar and dissimilar?
What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
What are the basic data types used in c++?
What are the benefits of pointers?
What is the object serialization?
Which header file allows file i/o with streams a) fileio.h b) iostream.h c) fstream.h
What is virtual base class?
Do vectors start at 0?
What is the use of this pointer in c++?
Explain explicit container.
How come you find out if a linked-list is a cycle or not?