Garmin Interview Question

What is function overloading and overwriting?

Interview Answer

Anonymous

Apr 27, 2017

overloading is a diff set of parameters for the same named function. overriding has to deal with inheritance.

1