Does anyone have a link to a good tutorial about getters and setters methods and how I could use them to set values to elements in an array???
Pradeep Kadambar
Ranch Hand
Joined: Oct 18, 2004
Posts: 148
posted
0
A good programmer never exposes his fields in a class. So to access them getters and setters methods are used. These are simple methods in structure and function.
A typical example would be like.
If you want to avoid the dilema of writing these methods every time use a good IDE like Eclipse which will do this for you.
Ilja Preuss
author
Sheriff
Joined: Jul 11, 2001
Posts: 14112
posted
0
Originally posted by Pradeep KG: A good programmer never exposes his fields in a class. So to access them getters and setters methods are used.
And an even better programmer does expose as few data as possible at all, not even through getters and setters, but prefers to expose behaviour.
The soul is dyed the color of its thoughts. Think only on those things that are in line with your principles and can bear the light of day. The content of your character is your choice. Day by day, what you do is who you become. Your integrity is your destiny - it is the light that guides your way. - Heraclitus