PHP的多态

cut();
    }
}

Knife::tool(new Banana());
echo '
'; Knife::tool(new Apple()); ?>

网站题目:PHP的多态
本文URL:http://jxruijie.cn/article/psecop.html