Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.
Rashid,
Static polymorphism is compile time binding where dynamic polymorphism is run time binding. In real work application example is if you use php frameworks like zend , yii and ci they all uses abstract and interface class by which developer use them for there own need.
Regards
Read this http://net.tutsplus.com/tutorials/php/understanding-and-applying-polymorphism-in-php/