asked 147k views
1 vote
Which of the following statements is true? Methods and instance variables can both be either public or private. Information hiding is achieved by restricting access to class members via keyword public. The private members of a class are directly accessible to the clients of a class. None of these is true.

asked
User JDie
by
8.1k points

1 Answer

4 votes

Answer:

B

Step-by-step explanation:

answered
User Symeon Mattes
by
8.0k points