Search:

Type: Posts; User: hackthisred

Search: Search took 0.07 seconds.

  1. Replies
    6
    Views
    1,205

    Re: Please help!

    There is. DJBENZ10 is using all sorts of java abnormalities to accomplish a seemly simple task, I simply posted a simple example as to how one might use a simple constructor. His post was at the very...
  2. Replies
    6
    Views
    1,205

    Re: Please help!

    public class Shapes {

    private int length;
    private int width;

    /**
    * This a constructor for an object
    * by which parameter are passed in at
    * object's creation
    * @param side1
Results 1 to 2 of 2