My memory on this is a little sketchy, but I think that when you make a call on a virtual function, the virtual function table must be consulted before method invocation, whereas non-virtual functions ...
The C# programming language provides support for both virtual and abstract methods, each of which has distinct advantages. You use virtual methods to implement late ...