Comment on What is OOP, really? Why so many different definitions?

DmMacniel@feddit.de ⁨5⁩ ⁨months⁩ ago

What kind of different defintions have you came across?

In Essence, OOP: you describe with your code Classes and how those classed Objects interact with each other. Classes can be inherited from other Classes and or implement Interfaces (Interface, Traits, Protocol) so you know how derived classes can be interacted with even though you don’t know the concrete class until runtime execution.

source
Sort:hotnewtop