• 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...