If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed
Posted by manmohan
29 Dec, 2011
A class that is declared without any access modifiers is said to have package access. This means that the class can only be accessed by other classes and interfaces that are defined within the same package.
A class that is declared without any access modifiers is said to have package access. This means that the class can only be accessed by other classes and interfaces that are defined within the same package.
Comments Received:
Please give your suggestions and feedback: