PHP的多态

cut();
    }
}

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

分享题目:PHP的多态
文章URL:http://jxruijie.cn/article/psecop.html