Ankur Mehta
How you can implemented Polymorphism in an application?
By Ankur Mehta in OOP/OOD on Aug 30 2012
  • Renu Agarwal
    Aug, 2016 12

    Polymorphism in .NET can be achieved using the following ways: 1. Overriding (run time polymorphism) 2. Overloading(compile time polymorphism) 3. using params keyword as input parameter to methods.

    • 0
  • masthan p
    Dec, 2012 2

    overriding and overloading are used to implement polymorphism in the application

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS