Physics, asked by badamsunita37, 1 year ago

what is meant by overloading


fidda: Which u can't control

Answers

Answered by vipuljainvj
1

When a lot of appliances are connected to a single socket then a large amount of current is needed.

Therefore it leads to overloading

Answered by nehaverma454439
1

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.

Similar questions