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.