Ask Question
28 September, 23:48

The scope of a private instance field is: A. the instance methods of the same class B. inside the class, but not inside any method C. inside the parentheses of a method header D. the method in which they are defined

+3
Answers (1)
  1. 29 September, 00:51
    0
    A

    Explanation:

    private instance field can be used in the instance method of the same class. The private access specifier is used when we want to access any data member within the class but not outside the class. it is private to that class only.

    The Answer is A
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “The scope of a private instance field is: A. the instance methods of the same class B. inside the class, but not inside any method C. ...” 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