Ask Question
11 May, 17:26

A special variable that holds a value being passed into a method is called what? A. Modifier B. Parameter C. Alias D. Argument

+1
Answers (1)
  1. 11 May, 19:29
    0
    Answer: B) Parameter

    Explanation:

    A parameter is declare in the method of parameter variable scope. It refers to the list of special variable in the method declaration and we can use any type of data type for parameters in this method.

    On the other hand, modifiers use static header method that is available outside the class.

    Argument pass actual values when the method is invoke and we can use construct to pass the arbitrary number in method.

    Therefore, option (B) is correct.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “A special variable that holds a value being passed into a method is called what? A. Modifier B. Parameter C. Alias D. Argument ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers