Home » Unlabelled » What is the use of “OverRides” and “Overridable”keywords ? | C#.Net Interview Questions
Sunday, 28 April 2013
What is the use of “OverRides” and “Overridable”keywords ? | C#.Net Interview Questions
Overridable is used in parent class to indicate that a method can be overridden. Overrides is used in the child class to indicate that you are overriding a method.
No comments:
Post a Comment