Skip to main content

C# & Polymorphism

– A class can be used as its own type, cast to any base types or interface types it implements.
– Objects may methods as virtual; virtual methods may be overridden in a derived type. These are executed instead of the base implementation                         

Comments