Computer Science, asked by Anonymous, 11 months ago

✔️✔️✔️Differenciate between⤵️⤵️
✨FUNCTION OVERLOADING✨
and
✨CONSTRUCTOR OVERLOADING✨

❌No spams❌​

Answers

Answered by kunalsingh25
0

function over loding means program ko load karna

construction over loding means make for overloding

Answered by TheKingOfKings
1

Answer:

Function overloading -

Function overloading (also method overloading) is a programming concept that allows programmers to define two or more functions with the same name and in the same scope. Each function has a unique signature (or header), which is derived from: function/procedure name. number of arguments. ... arguments' order.

constructor overloading-

Constructor overloading is a concept of having more than one constructor with different parameters list, in such a way so that each constructor performs a different task. For e.g. Vector class has 4 types of constructors.

Lets see how to overload a constructor with the help of following java program.

this is your answer ❣️❣️✌️✌️

Similar questions