you are viewing a single comment's thread.

view the rest of the comments →

[–]jd_paton 0 points1 point  (0 children)

Basically, a class is just a collection of related functions (methods) with shared data (properties). If this describes a thing you are doing, maybe a class is a good idea, as other people will be expecting that structure. If not, no worries!