top | item 7866050

(no title)

derekerdmann | 11 years ago

C# also includes compiler checks to make sure you're explicitly overriding methods correctly: http://msdn.microsoft.com/en-us/library/ebca9ah3.aspx

discuss

order

skwirl|11 years ago

C# takes it even further by not allowing you to override methods unless they were marked as overridable in the base class with the "virtual" keyword.