|
|
|
|
|
by pjmlp
582 days ago
|
|
Unless you happen to want to warm up the CPU, there is very little Go code that is possible to write that does anything useful without OOP concepts, like interfaces, methods and dynamic dispatch. Creating objects on the heap isn't the only defining feature how a language does OOP or not. |
|