Changes

Jump to navigation Jump to search
62 bytes added ,  10:05, 3 April 2015
Line 285: Line 285:     
== Encapsulation and the API ==
 
== Encapsulation and the API ==
Variables whithin a class should be private and if you need to change them use getters and setters.
+
Variables whithin a class should be private and if you need to change them use getters and setters.<br />
 +
[https://docs.oracle.com/javase/8/docs/api/ Java 8 API]
    
== Eclipse shortcuts ==
 
== Eclipse shortcuts ==

Navigation menu