what's the point of method overloading?
- by David
I am following a textbook in which I have just come across method overloading. It briefly described method overloading as: when the same method name is used with different parameters its called method overloading.
From what I've learned so far in OOP is that if I want different behaviors from an object via methods, I should use different method…