0
WHEN TO USE
when do you use override and overload in java polymorphism or aside from these things
1 Answer
+ 1
When you need for example do a calculator with integer or float numbers.
When you want to give possibilty to create a new object with optional parameters.
Etc
And of course, many people could give more ideas, complement or even fix me if Im in a mistake