Creating class or type hierarchies in the Go, C++ and Carbon programming languages — Let us go through a simple example of creating an abstract base class representing a rocket engine with some concrete implementations in Go, 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. There is…