What is the difference between "overloading" and "overridding"?
Answer Posted / vighnesh
Overloading uses same funtion with different parameters
Overriding Uses same exactly similar funtion prototypes
this used in runtime polimorphism ie Virtual Funtions
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is const pointer and const reference?
How the delete operator differs from the delete[]operator?
What are single and multiple inheritances in c++?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
Do you know what are pure virtual functions?
what are the types of Member Functions?
program explaining feautures of c++
Is vector a class in c++?
What is prototype in c++ with example?
What is c++ good for?
What is a constant reference?
What is the header file for setw?
What is the best free c++ compiler for windows?
How is objective c different from c++?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num