|
Java is a object oriented language and data encapsulation is a big deal because other classes can access them directly if that data is not encapsulated. However, that is not so in a structure program language. Variables in program A can not be accessed by program B directly. -----Original Message----- From: rpg400-l-bounces+lim.hock-chai=arch.com@xxxxxxxxxxxx [mailto:rpg400-l-bounces+lim.hock-chai=arch.com@xxxxxxxxxxxx]On Behalf Of Jon Paris >> Of course, java programmer normally create a setter for each variable. More important is the reason for creating getters/setters in the first place. It is to encapsulate the data so that the _only_ way it can change is under the control of the code that "owns" that data. That is exactly the opposite of what you are doing.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.