Search:

Type: Posts; User: Cornix

Search: Search took 0.16 seconds.

  1. Replies
    12
    Views
    1,573

    [SOLVED] Re: Desperate help needed with class and methods

    Your class is almost finished.
    The error you get is because you only defined one constructor, your homework requires you to define 2 different constructors.

    The one constructor you got is this:
    ...
  2. Replies
    12
    Views
    1,573

    [SOLVED] Re: Desperate help needed with class and methods

    Do you know what Getters / Setters are? Because that is what you have to write now.

    Perhaps you should Google "Getters / Setter java", I bet you will find good tutorials on this topic, Getters and...
  3. Replies
    12
    Views
    1,573

    [SOLVED] Re: Desperate help needed with class and methods

    You should show us your Car class.
    If you look at the main method that you have posted you will see all the methods / constructors that your Car class will need.
Results 1 to 3 of 3