|
|
|
|
|
by qwertyuiop924
3571 days ago
|
|
Strong types are by no means necessary to OO. As for your explantation, that's technically true, but that's a very dangerous way to think about OO. OO is about treating objects as collaborating, independant entities, and if you view objects or classes as just, "a place to put your code," you'll run into trouble when you have to start thinking about objects as, well, objects. |
|