Quote:
Originally Posted by biojae
why not just this?
Code:
boolean getState() {
return this.thing.state;
}
|
Its bad practice, according to my dad, who uses java at his work. It can also lead to memory leaks.
@Radical Pi: Yay, can you post some memorable examples of using them?