257m@lemmy.ml to Programming@programming.dev • 1 year agoWhat are your programming hot takes?message-squaremessage-square283 fedilinkarrow-up1177
arrow-up1177message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming@programming.dev • 1 year agomessage-square283 Commentsfedilink
minus-squareDouble_A@discuss.tchncs.dehexbear2·1 year agoOften 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... linkfedilink
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...