PHP設計模式之抽象工廠模式

<?php /** * Created by PhpStorm. * User: hzh * Date: 2018/8/4 * Time: 16:17 */ /* * 制定運動接口 */ interface Sport { public function run(); } /* * 制定進食接口 */ interface Eat { public function breakfast(); } /
相關文章
相關標籤/搜索