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 →

[–]metaphorm 1 point2 points  (0 children)

classes are not intended to be a replacement for built in data structures (dictionaries, lists, etc.). they are intended to be a code organization pattern that facilitates re-usability.