Interface Inheritance vs Implementation Inheritance

接口继承和实现继承。考虑Go语言中的接口的用法和继承的用法,Ruby语言中继承的用法。Go语言中提倡使用接口来表示两种对象之间的关系,并没有C++中那么复杂。

Resources