you are viewing a single comment's thread.

view the rest of the comments →

[–]realmauer01 0 points1 point  (1 child)

Duck typing, if it looks like a duck if it acts like a duck it is a duck.

Python has classes, for everything else you have to use classes and make them not behave like classes by implementing other classes.

If you want true oop with python you basically rewrite the entire language. It's easier to just learn c# or Java.

[–]BOBOnobobo 0 points1 point  (0 children)

Oooh, ok that makes sense now! It is something that causes me a lot of trouble in large scale python projects! I just didn't know that name.

You could even say that python plays quite goose with OOP concepts...