In C# you can do this
is there a way to do something like this in javaCode:private int iCoins; public int Coins { Get { return this.iCoins; } Set { this.iCoins = value; } }
|
Results 1 to 5 of 5
Thread: Get {} Set {}?Threaded View
|
Click Here to Expand Forum to Full Width |