Styrow.dev
Question 99 of 247
Java Topic: General medium

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.