PHP的多态

cut();
    }
}

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

网页名称:PHP的多态
文章网址:http://jxruijie.cn/article/psecop.html