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
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.