Which statement is not true in java language? A. A public member of a class can be accessed in all the packages. B. A private member of a class cannot be accessed by the methods of the same class. C. A private member of a class cannot be accessed from its derived class. D. A protected member of a class can be accessed from its derived class Answer Workspace Report Discuss Answer with explanation Answer: Option B Explanation A private member of a class cannot be accessed by the methods of the same class. Workspace
Discuss about the question