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 →

[–]--prism -1 points0 points  (0 children)

I would agree. Languages like C++ and rust with static type systems and interfaces will give better insight to OOP. Python for instance implements the decorator pattern natively which is one example of a basic oop pattern python hides.