Ask Question
16 October, 07:17

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

+2
Answers (1)
  1. 16 October, 09:19
    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?
Find 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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers