Solved

Which of the Following Statements Is False

Question 3

Multiple Choice

Which of the following statements is false?


A) If a program uses multiple classes from the same package, these classes can access each other's package access members directly through references to objects of the appropriate classes, or in the case of static members, through the class name.
B) Package access is rarely used.
C) Classes in the same source file are part of the same package.
D) Use the access modifier package to give a method or variable package access.

Correct Answer:

verifed

Verified

Related Questions