Difference between …
 
Notifications
Clear all

Difference between function overloading and overriding.

1 Posts
2 Users
0 Likes
153 Views
0
Topic starter

Difference between function overloading and overriding.

1 Answer
0

Overloading is used when the same function has to behave differently depending upon parameters passed to them. Overriding is needed when derived class function has to do some different job than the base class function. A function has the ability to load multiple times

Share: