Physics, asked by payal2803, 1 year ago

shory note on overloading?

Answers

Answered by Piyushgupta143
1

The current in a circuit depends on the rating of the appliances connected to it. The choice of wires depends upon the maximum current estimated to pass through them. If the total power rating of the appliances exceeds this permitted limit, they tend to draw a large current. This is known as overloading.



Piyushgupta143: Plz mark brainliest
Answered by Navoditsharma123
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.


THE SECOND DEFINITION IS


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