You must log in or register to comment.
Oop is the worst form of programming, except for all the others.
Functional is good… i think
(does not know the true definition of functional programming)
Not a very thorough or thoughtful post and it the author has to plug their book at the end.
They like most parts of OOP, except for inheritance.
They don’t like inheritance because… subclass objects can’t be stored directly in an array[superclass], because the sizes are different, and you have to use pointers. This means that the program will be slower because it will access RAM instead of registers or cache.
If you’re that concerned about performance, why use an OOP language at all? Why not just use C?


