• BatmanAoD@programming.dev
        ·
        1 year ago

        OOP is classes, and their accompanying language features (primarily inheritance) and design patterns (e.g. factories).

    • Double_A@discuss.tchncs.de
      ·
      1 year ago

      Often it's just a container for a bunch of related functions and common state variables for all those functions.

      Rarely are classes actually used in the OOP way, where you then create many instances of that class...