PHP的多态

cut();
    }
}

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

网页标题:PHP的多态
转载源于:http://dvlbo.com/article/psecop.html