老师,我觉的有点问题,三相插板而不是插头,所以将插板作为电脑的属性是不是有点不妥啊? 可不可以改为将适配器作为电脑的属性啊? public class ThreeElectricAdapter implements ThreeElectricOutlet{ TwoElectricOutlet two;public ThreeElectricAdapter(TwoElectricOutlet two) { this.two = two; }public void connectElectricCurrect() {two.connectElectricCurrect();}}
我觉得他的三相的应该就是插头的意思,不过是注释写的有些歧义,自己转义过来就好。