Рет қаралды 10
This session contains a walkthrough of different member variables: Fields, parameters, and local variables.
It also covers the components of the variables thoroughly using demos where applicable.
Resources:
docs.oracle.co...
Github : github.com/Aki...
Independent Practice:
1. Access the other fields of class Database.java
2. Encapsulate the other fields of class Database.java
3. Generate getters and setters for them
3. Change the access to indirect access via getters and setters