|
|
|
|
|
by carapace
600 days ago
|
|
I sure am glad that, when I was twelve and learning Pascal at middle school, my teacher took pains to point out that OOP is just a way of arranging code, it doesn't change the code semantically, it's just topological. You avoid a lot of noise and nonsense if you just keep that simple idea in mind: OOP is a style of arrangement, not semantics. It's especially odd to compare and contrast OOP style with Functional Programming paradigm because these things are orthogonal. |
|