Method overloading concepts and explanation
Across
- 2. Methods differ by number or type of these
- 3. Overloading increases code readability
- 7. Overloading makes code easier to maintain
- 9. Changing parameter order also results in this
- 11. Duplicate constructors with different parameters
- 14. Methods must have the same name to be overloaded
Down
- 1. Overloading happens at this time
- 4. Runtime feature that is different from overloading
- 5. Compiler chooses method based on this
- 6. Another name for compile-time resolution
- 8. Same method name but different parameters
- 10. Type of binding used in method overloading
- 12. Type of programming that supports method overloading
- 13. Changing the type of argument (int/float) to overload a method