Ask Question

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. 22 March, 17:47
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers