Computer Science, asked by rajputtapan7109, 11 months ago

What Is Overloading Of Procedures ?

Answers

Answered by lionrules1292
1

Answer:

Overloading means creating multiple procedures or functions of the same name in a package, which take different numbers of arguments and / or where the arguments have different datatypes. This enables you to call a procedure and have different things happen depending on the arguments given.

Explanation:

Answered by Anonymous
1

Answer:

Overloading a procedure means defining it in multiple versions, using the same name but different parameter lists. The purpose of overloading is to define several closely related versions of a procedure without having to differentiate them by name. You do this by varying the parameter list.

Similar questions