例如:
public interface A {}
public interface B {}
public interface C extends A,B {}
这样的代码是没有问题的,想问一下这算不算多继承?
有问题