go

组合和多重继承

英文: Composition and multiple inheritance 问题 由于Go使用组合系统而不是(多重)继承,我只想知道这三个代码片段。Go说它们强制程序员使用组合。 A)应该是(几...