Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="7df1185ab996667b-1d158c34-47394956-ac64bc19-9b49771f88239281febbfdd2"><ac:plain-text-body><![CDATA[

[java:[Bloch 2008

AA. Bibliography#Bloch 08]]

Item 13: Minimize the accessibility of classes and members

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="70f76195e932630a-b23179cd-493249b5-b28da23d-d50d280ad6b44542bed6d447"><ac:plain-text-body><![CDATA[

[java:[Core Java 2004

AA. Bibliography#Core Java 04]]

Chapter 6

]]></ac:plain-text-body></ac:structured-macro>

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="34f04c9996902857-1612e4ca-4a2d4b25-be6db088-325256e03231c184af0cacac"><ac:plain-text-body><![CDATA[

[java:[JLS 2005

AA. Bibliography#JLS 05]]

[§4.12.4 "final Variables"

http://java.sun.com/docs/books /jls/third_edition/html/typesValues.html#4.12.4] ]]></ac:plain-text-body></ac:structured-macro>

 

§6.6 "Access Control"

<ac:structured-macro ac:name="unmigrated-wiki-markup" ac:schema-version="1" ac:macro-id="dcaa9f5485553e85-c3186ec4-45e142b5-986ba02e-c4e1981e3265ac18d5ea10bf"><ac:plain-text-body><![CDATA[

[java:[Mettler 2010B

AA. Bibliography#Mettler 2010B]]

 

]]></ac:plain-text-body></ac:structured-macro>

...

VOID OBJ02-J. Minimize the accessibility of classes and their membersImage Added      04. Object Orientation (OBJ)