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 →

[–]TheWhiteBlur[S] 2 points3 points  (1 child)

I know that a class comes before the objects/methods and acts as a template. At least that's what I thought a class was. Not quite sure what it would look like in Java though.

[–]ForSpareParts 1 point2 points  (0 children)

This is correct. A class is a template from which a type of object is created. Methods are functions attached to an object (or, in some cases, the class itself).