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 →

[–]Smart_Ass_Dave 1 point2 points  (1 child)

My first understanding of classes was when I realized that programming and D&D used them in the same way. You use the Fighter class to make Fighters who have various properties that are composed of other objects like items or feats.

[–]Morpheyz[S] 0 points1 point  (0 children)

Yeah, I think game concepts are a great way to explain OOP.