Search:

Type: Posts; User: dowd

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    1,229

    Re: Someone help me understand construstors?

    Excellent that kind of makes sense now thanks alot.
  2. Replies
    7
    Views
    1,229

    Re: Someone help me understand construstors?

    ok in a essenses a constructors allows you initalise a variable with different values?

    public class User {
    private String Name;

    public User(String name) { // constructor
    ...
  3. Replies
    7
    Views
    1,229

    Re: Someone help me understand construstors?

    Ok so I think I get waht your saying could you give me an example?

    How and why would I use it?
  4. Replies
    7
    Views
    1,229

    Someone help me understand construstors?

    Hello All

    I cannot express how happy I am to have found a platform to ask all my Java related questions and there is many.

    first off I am complete beginner in the software...
Results 1 to 4 of 4