C Sharp (C#) - Polymorphism and Abstract Classes
What does the virtual method dispatch mechanism in C# primarily allow?
virtual methods let child classes provide their own version of a method. What is the main benefit?