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
List the special characteristics of constructor.
How do you save a c++ program?
Keyword mean in declaration?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
What is the difference between the functions memmove() and memcpy()?
Differentiate between realloc() and free().
What is endl c++?
What are virtual constructors/destructors?
What is late binding c++?
What is a float in c++?
Explain operator overloading.
What is a volatile variable in c++?
What is the main purpose of c++?
How a macro differs from a template?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .