Search:

Type: Posts; User: srs

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,699

    [SOLVED] Re: Class constructor default values

    lol @ me
    I guess I should actually read things when I press the preview button...

    Thanks for the reply. :)
  2. Replies
    3
    Views
    1,699

    [SOLVED] Class constructor default values

    Suppose the following class:


    public class Sample() {
    private int xPos, yPos;
    private int xSize = 10;
    private int ySize = 10;
    // - -
    Sample(int xPos, int yPos, int xSize,...
Results 1 to 2 of 2