1
interface IA
{
   public const int months = 12;
}

public class A : IA
{
}

为什么接口中不允许使用常量?

4

0 回答 0