Hacker News new | ask | show | jobs
by ootachi 5187 days ago
Go has C++-style classes. Anonymous fields are just C++ multiple inheritance with a different name (and without virtual functions or downcasts).