Talk:Access modifiers
Appearance
This is the talk page for discussing improvements to the Access modifiers article. This is not a forum for general discussion of the article's subject. |
Article policies
|
Find sources: Google (books · news · scholar · free images · WP refs) · FENS · JSTOR · TWL |
This article is rated Stub-class on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | |||||||||||
|
Untitled
[edit]Java does not have the package
modifier keyword. I believe that the original author indended to write 'no modifier' for access within the same package. See the official tutorial [1] for more informtion. — Preceding unsigned comment added by 86.2.161.167 (talk) 21:28, 30 June 2018 (UTC)
- - please read carefully, it also states that package is the default if no other access modifier has been declared
The provided C++ example is not a good example for OO, in fact, it exploits the options that you have with C++, here: changing access scopes, basically breaking the contract set forth by the base struct. Also, additional examples need to be provided.