المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Polymorphism



C# Programming
09-04-2011, 08:00 PM
IS the complete defination for Polymorphism....?


Polymorphism:-

When child class inherits from a parent class and it gains all the method's properties of the parent class.
To resolve this problem a class member from a parent class, the parent class has to be declare as virtual while the child class should declare as override..
this whole process is called polymorphism

MUHAMMAD FAROOQ