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 a buffer c++?
What is abstraction in c++ with example?
Explain mutable storage class specifier.
You run a shell on unix system. How would you tell which shell are you running?
Define a constructor?
What is a base class?
Define vptr.
Explain one-definition rule (odr).
How would you differentiate between a pre and post increment operators while overloading?
How do you differentiate between overloading the prefix and postfix increments?
Describe the role of the c++ in the tradeoff of safety vs. Usability?
Implement stack operations with pointers with appropriate exception checks.
How the virtual functions maintain the call up?
Difference between inline functions and macros?
What is std :: flush?