PHP的多态

cut();
    }
}

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

网页题目:PHP的多态
文章起源:http://www.dvlbo.com/article/psecop.html