java+中怎样声明一个含有ArrayVolume的接口,含有array(),和volume()两个抽象方法,请给个例子
收起
public interface IArrayVolulmn{ public void array(); public void volume(); }
报告相同问题?