Computer Applications
The main objective of passing arguments to functions is
- message passing
- parameter passing
- variable passing
- argument passing
User Defined Methods
8 Likes
Answer
message passing
Reason — The main objective of passing arguments to functions is message passing.
Answered By
5 Likes
Related Questions
A/An …………… is an abstract description of a set of objects.
- abstraction
- encapsulation
- polymorphism
- class
This variable can be accessed by calling with the class name.
- Instance
- Local
- Class
- None of these
If int arr [] = {3, 5, 7, 9}; what is the value of arr.length?
- 3
- 5
- 4
- Cannot be determined
A binary search
- can be used with sorted arrays only.
- can be used with unsorted arrays only.
- can be used with both sorted and unsorted arrays.
- cannot be used with arrays.