The default access specifier in a class is -------------------
Answers
Answered by
1
Hope it helps you dear ❣️❣️❣️
Attachments:
Answered by
2
the default access specifier is package.Classes can access the members of other classes in the same package.but outside the package it appears as private.
Default: When no access modifier is specified for a class, method, or data member – It is said to be having the default access modifier by default. The data members, class or methods which are not declared using any access modifiers i.e. having default access modifier are accessible only within the same package.
Explanation:
Hope this answer will be helpful..
Similar questions