0

少し質問があります。

違いは何ですか

interface SomeInterface {
   public function foo();
}

interface SomeInterface {
   function foo();
}
4

2 に答える 2