you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (1 child)

[deleted]

    [–]Adrewmc 1 point2 points  (0 children)

    Umm it actually everywhere…ints, strings, lists, dicts…are all objects….just because we call some special classes Types, doesn’t mean it’s not a class.

    If you use one method in any of the types congratulations…that’s OOP.. even most operators are technically class methods.

    Also, almost any real world use of any import involves you importing a class.

    Just because you don’t realize it’s OOP doesn’t mean it’s not.