Folks generally mix OOP with classes, when those are two different things (generally put together, but not the same). You can do OOP without classes, just using other encapsulation methods. From my PoV classes are really bad (and the inheritance model they present), so I generally use other methods of encapsulation that allow me to do composition instead. OOP is just objects and messages.
So, TL;DR: The title should be more like "I don't know/use classes".
Folks generally mix OOP with classes, when those are two different things (generally put together, but not the same). You can do OOP without classes, just using other encapsulation methods. From my PoV classes are really bad (and the inheritance model they present), so I generally use other methods of encapsulation that allow me to do composition instead. OOP is just objects and messages.
So, TL;DR: The title should be more like "I don't know/use classes".
Why did you hid my comment, @resourcefulmind ? I just said that OOP and classes aren't the same thing 😅
You even said:
Newbies generally confuse OOP with classes/inheritance, and those are two different things 😅
My sincerest apologies for this. I wanted to click something else. I have done the needful now. Your comments are highly appreciated