Which of the following is true about the use of modifiers?
A.
If no accessibility modifier (public, protected, and private) is specified for a member declaration, the member is only accessible for classes in the package of its class and subclasses of its class anywhere
B.
You cannot specify accessibility of local variables. They are only accessible within the block in which they are declared
C.
Subclasses of a class must reside in the same package as the class they extend
Discuss about the question