Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

What is Polymorphism?

user-image
Question ajoutée par Utilisateur supprimé
Date de publication: 2015/10/07
Mohamed saleh
par Mohamed saleh , PHP Laravel Developer , babeleye

when we have a parent  interface and then there are many classes implements that interface we can use the interface as a general type for that classes that implements that interface.also the overloading and the overriding are shapes of ploymorophism also

Utilisateur supprimé
par Utilisateur supprimé

In programming languages and type theory, polymorphism is the provision of a single interface to entities of different types.A polymorphic type is a type whose operations can also be applied to values of some other type, or types.

More Questions Like This