|
|
|
|
|
by hasenj
5025 days ago
|
|
Try reading the code of an open source project that uses OOP. or, maybe it would help to first learn about functional programming. Then, you will see that polymorphism is just a poor man's closure. Anyway, the most important thing is: don't try to fit your program design into the oop model. Instead, model your program in the way that makes most sense to you. If that's not OOP, then so be it. |
|