Search:

Type: Posts; User: curmudgeon

Search: Search took 0.10 seconds.

  1. Replies
    3
    Views
    1,117

    Re: In Class Problem

    Nothing simple about it. Sometimes you just need a fresh pair of eyes to see with. That's why I sometimes find that if I sleep on a tough problem, I can solve it in the morning with my "fresh eyes"....
  2. Replies
    3
    Views
    1,117

    Re: In Class Problem

    You've got a misplaced semicolon on the Vehicle constructor's top line. Get rid of it.

    Constructors should look like:



    public class MyClass {
    public MyClass(SomeType someParameter)
    {
    ...
Results 1 to 2 of 2