What is the difference between function overloading and function overriding? a) In overloading multiple functions are available with same name, while in overriding single function is rewritten. b) Function overloading is possible in any program while function overriding is possible in inheritance. c) In overriding both functions must have same signature. In overloading multiple functions have same name but different arguments.
Reveal answer
Fill a bubble to check yourself