Computer Applications
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
User Defined Methods
8 Likes
Answer
it offers mathematical solutions of problems
Reason — A function helps cope up complexity in programs, makes subprograms reusable and hides the implementation details. It does not offer mathematical solutions of problems.
Answered By
4 Likes
Related Questions
The function that changes the state of its parameters is called …………… .
- pure function
- impure function
- change function
- none of the above
One function, many definitions, is called …………… .
- function enlargement
- function overloading
- function loading
- all the above
Name the keyword that causes the control to transfer back to the method call.
Name the Java keyword that indicates that a method has no return type.