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

public class A : IA
{
}

インターフェイスで定数が許可されないのはなぜですか?

4

0 に答える 0