Difference between Overloading and Overriding?

Answer Posted / ramesh pedhamalla

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

Is This Answer Correct ?    112 Yes 25 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between pass by value and pass by reference?

597


Can a constructor be private?

575


What are virtual constructors/destructors?

575


. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?

2750


what is scupper?

1890






How long it will take to learn c++?

610


What do you mean by const correctness?

623


Explain how we implement exception handling in c++?

573


Difference between delete and free.

610


Why can’t you call invariants() as the first line of your constructor?

553


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

828


Write a Program to find the largest of 4 no using macros.

577


What is input operator in c++?

585


Do class declarations end with a semicolon? Do class method definitions?

614


How many types of modularization are there in c++?

562