PHP:抽象クラスは使える?


普通に使える。

<?php
  abstruct class base {
    :
  }

  class child extends base {
    :
  }


PHP

0 件のコメント:

その他の記事