Part 6 -Polymorphism In C# | Oops Tutorials in C# | Oops Concept

 •Polymorphism means more then one form or we can say Polymorphism means single name and multiple meaning.

•Polymorphism allow us to invoke derived class methods through base class reference at runtime. •The Virtual Keyword allow us to override the same signature of method In derived class. •Type of polymorphism Compile time polymorphism / Static polymorphism Function Overloading Operator Overloading •Run time polymorphism / Dynamic polymorphism’ Function overriding




Share this

Related Posts

Previous
Next Post »