What do you mean by the term function overriding?
Answers
Answered by
0
Overloading a method (or function) in C++ is the ability for functions of the same name to be defined as long as these methods have different signatures (different set of parameters). Method overriding is the ability of the inherited class rewriting the virtual method of the base class.
Similar questions
Biology,
8 months ago
Social Sciences,
8 months ago
Computer Science,
8 months ago
Math,
1 year ago
Math,
1 year ago
Physics,
1 year ago