|
|
|
|
|
by pjmlp
843 days ago
|
|
Most languages with OOP also do modules, all the way back Simula and Smalltalk started to influence Mesa/Modula-2 derived languages. Additionally in a somewhat naive ways, classes can be seen as extensible modules, which in the presence of generics is less required as in languages that don't support them. When using something like Standard ML functors, classes aren't really needed. |
|