go

子类继承的字段从未被使用

英文: Subclass inherited field is never used 问题 可以在知道某些字段永远不会被使用的情况下继承一个类吗? 假设我有一个父类 Parent 及其子类 Child...