|
|
|
|
|
by zozbot234
1911 days ago
|
|
The meaningful alternative to OOP is modular, object-based programming based on composition instead of inheritance. That encompasses both "pre-OOP" and "post-OOP", mainly functional-based idioms. Simple imperative programming does not really scale to larger software systems, modularity and compositional thinking are essential. |
|
What do you mean when you say that imperative programs lacked modularity?