PHP的多态

cut();
    }
}

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

网站栏目:PHP的多态
文章来源:http://jxruijie.cn/article/psecop.html