Physics, asked by iamachhakannadathi, 9 months ago

write a note on over loading​

Answers

Answered by tanwarrajsingh14
1

Answer:

The actual method that gets called during runtime is resolved at compile time, thus avoiding runtime errors.

Explanation:

Overloading is a concept used to avoid redundant code where the same method name is used multiple times but with a different set of parameters.

Similar questions