If a variable is declared as private, where may the variable be accessed?
Question
If a variable is declared as private, where may the variable be accessed?
Answer
A private variable may only be accessed within the class in which it is declared.
If a variable is declared as private, where may the variable be accessed?
A private variable may only be accessed within the class in which it is declared.