Difference between new and override methods in derived class? What is happening internally? Can anyone help me?
Srikanth Puli
thank you. But what is happening internally when new or override is used?
Is there any virtual table as in c++.?
Hi there..Actually override and new modifiers performs the same task, let's you define another definition in a derived class. There are miniature differences which comes handy in some times. Just read through below resources which would be more useful to you rather than my lengthy explanations.http://msdn.microsoft.com/en-us/library/ms173153%28VS.80%29.aspxhttp://www.csharphelp.com/2005/11/new-modifiers-in-c/