Garmin interview question

What is function overloading and overwriting?

Interview Answer

Anonymous

27 Apr 2017

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

1