• squaresinger@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    22 days ago

    Have you ever seen a real-world project that actually uses OOP in any significant capacity? I haven’t.

    When using Java, you might write “class” on top of your structs and modules, but actual OOP with self-contained classes that contain both data and business logic using inheritance and all the other OOP concepts, that’s incredibly rare.