What is the scope of default access specifier?
Options
- default member are available to all the packages
- default member is available only within the class
- default member is available only within the package
- None of the above
CORRECT ANSWER : default member is available only within the package
Write your comments