what is overloading......
expalin in brief.......
Answers
Answered by
3
Overloading refers to the ability to use a single identifier to define multiple methods of a class that differ in their input and output parameters. Overloaded methods are generally used when they conceptually execute the same task but with a slightly different set of parameters. 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. The actual method that gets called during runtime is resolved at compile time, thus avoiding runtime errors. Overloading provides code clarity, eliminates complexity, and enhances runtime performance.
shreya32457:
hey thnx for ur ans but what is this ..... I meant the question about the overloading of electricity.....means I didn't get this
Answered by
2
overloading is an electrical hazard which take place when many electrical appliances take power from a single point then a large amount of current start flowing through it which make the wire heat then the wire catches
Similar questions