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
What is pointer to array in c++?
What is the purpose of templates in c++?
Is it possible for the objects to read and write themselves?
Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].
Explain queue. How it can be implemented?
What are the differences between malloc() and calloc()?
What is iterator in c++?
How do you declare a set in c++?
What is iterator c++?
What are c++ templates used for?
How do you flush std cout?
How is objective c different from c++?
Is string an object in c++?
What is the arrow operator in c++?
What is helper in c++?