在Java中,接口中可以定义成员变量,成员变量的默认修饰是:public static final,如果方法定义如下:public interface Demo{ int add(int a, int b); }方法的修饰符为什么默认为:public abstract? 查看完整描述