ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

What is Polymorphism?

user-image
تم إضافة السؤال من قبل مستخدم محذوف‎
تاريخ النشر: 2015/10/07
Mohamed saleh
من قبل 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

مستخدم محذوف‎
من قبل مستخدم محذوف‎

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.

المزيد من الأسئلة المماثلة