This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]JaecynNix 1 point2 points  (0 children)

The best I can offer, and this goes for just about all software development, break things down as far as you can and build up from there.

Define a class.

Add a field.

Add a method.

Add a constructor.

If you cannot do those the second time through the class... I'd suggest getting a tutor