A comparison of Object-Oriented Golang, C++ and Carbon
Let us go through a simple example of creating an abstract base class representing a rocket engine with some concrete implementations in Golang, C++ and the new Carbon language from Google. To be accurate, Carbon is not an official Google project but done by people working at Google. Creating class or type hierarchies in the […]