Results 1 to 5 of 5

Thread: Get {} Set {}?

Threaded View

  1. #2
    Fanatic Member x-ice's Avatar
    Join Date
    Mar 2004
    Location
    UK
    Posts
    671

    Re: Get {} Set {}?

    I dont have a java compiler on the computer i am using, so i dont know if this syntax is allowed. Try this.
    Code:
    private int iCoins;
    
    public int getCoins(int value)
     {
         //Set 'iCoins'
         this.iCoins = value;
         //Return the value of 'iCoins'
         return iCoins;
     }
    I dont think you need to use this when returning iCoins.
    Last edited by x-ice; Nov 1st, 2005 at 01:38 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width