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 std :: endl?
Write a program to add three numbers in C++ utilizing classes.
What is the meaning of c++?
What it is and how it might be called (2 methods).
What is pair in c++?
Is c++ used anymore?
What is tellg () in c++?
What is the difference between delegation and implemented-in-terms-of?
How can a called function determine the number of arguments that have been passed to it?
Can a list of string be stored within a two dimensional array?
What are function prototypes?
Which software is used to run c++ program?
write a function signature with various number of parameters.
Explain the different access specifiers for the class member in c++.
Can create new c++ operators?