Computer Applications
One function, many definitions, is called …………… .
- function enlargement
- function overloading
- function loading
- all the above
User Defined Methods
5 Likes
Answer
function overloading
Reason — The process of creating overloaded functions i.e., one function with different signatures, is called function overloading.
Answered By
3 Likes
Related Questions
The function call in which the data in actual parameters get changed is known as …………… .
- Call by Value
- Call by Reference
- Return by Value
- Return by Reference
The function that changes the state of its parameters is called …………… .
- pure function
- impure function
- change function
- none of the above
Which of the following is not an advantage of functions ?
- it helps cope up complexity in programs
- it makes subprograms reusable
- it hides the implementation details
- it offers mathematical solutions of problems
Name the keyword that causes the control to transfer back to the method call.