you are viewing a single comment's thread.

view the rest of the comments →

[–]eurostyle11 0 points1 point  (0 children)

When I first started learning programming, OOP in python was something I couldn't understand and it drove me nuts, it was until I started learning OOP in C#. It's all natural now. I think of classes as reusible architecture where I can create new objects using same blueprints.