Difference between Overloading and Overriding?
Answer Posted / swetcha
Overloading - Two functions having same name and return
type, but with different type and/or number of arguments.
Overriding - When a function of base class is re-defined in
the derived class.
| Is This Answer Correct ? | 850 Yes | 105 No |
Post New Answer View All Answers
What are the implicit member functions of class?
When should I use unitbuf flag?
What do you mean by enumerated data type?
Describe protected access specifiers?
Difference between declaration and definition of a variable.
What is stoi in c++?
What does flush do c++?
Please explain class & object in c++?
write a programme to get a character and thier ASCII value
How do you save a c++ program?
State the difference between delete and delete[].
Can a Structure contain a Pointer to itself?
What are the stages in the development cycle?
What is the function to call to turn an ascii string into a long?
What is #include iomanip?