Hacker News new | ask | show | jobs
by mseepgood 5074 days ago
Operator overloading has nothing to do with OOP.

In go you get polymorphism via interfaces and you can share implementation via embedding. http://golang.org/doc/effective_go.html#embedding