我有两个(2)问题:首先,如何使用Python创建FlyBehavior interface?其次,如何使用implement在FlyWithWings类中使用FlyWithWings接口(见下文)?我正在按头学习设计模式,我想用Python重写以下Java类 public void performQuack(){
我需要的主类有一个构造函数,如下所示:没有实现IGDhuSettings接口的(公开的)类。当我创建一个Python类来实现它时,例如, ...__new__(cls)
如果我试图像类一样实例化接口,我要么得到相同的错误(没有或>1个参数),要么得到<whatever> does not implement IGDhu