257m@lemmy.ml to Programming@programming.dev · 1 year agoWhat are your programming hot takes?message-squaremessage-square923fedilinkarrow-up1351arrow-down114
arrow-up1337arrow-down1message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming@programming.dev · 1 year agomessage-square923fedilink
minus-squareDouble_A@discuss.tchncs.delinkfedilinkarrow-up3·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…
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…