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

Explain the use of this pointer?

915


What is increment operator in c++?

771


Difference between a homogeneous and a heterogeneous container

911


give me an example for testing a program showing the test path .show how the test is important and complex.

2675


How is modularity introduced in C++?

954


How many keywords are used in c++?

784


What are smart pointers?

1245


Explain how a pointer to function can be declared in C++?

779


How can you tell what shell you are running on unix system?

873


Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work

845


Is c++ a good beginners programming language?

799


Difference between pointer to constant and constant pointer to a constant. Give example.

873


What is a map in c++?

787


Which coding certification is best?

791


What is c++ iterator?

843