Computer Applications
A method with many definitions is called:
- multiple method
- method overloading
- floating method
- none
User Defined Methods
34 Likes
Answer
method overloading
Reason — A method with many definitions is called method overloading.
Answered By
10 Likes
Related Questions
Parameters used in the method definition are called:
- forward parameter
- actual parameter
- formal parameter
- none of the above
The process of calling a method in such a way that the change in the formal arguments reflects on the actual parameter is known as:
- call by reference
- call by value
- call by method
- none
A method may be associated with:
- return
- call
- promote
- none
Which of the following type can be used for a non-returnable method?
- int
- float
- double
- void