user image

Gagan Mishra

Job Interview Skills
English
2 years ago

Question 584. What Is Method Overriding? How To Override A Function In C#?

user image

Abhishek Mishra

2 years ago

Use the override modifier to modify a method, a property, an indexer, or an event. An override method provides a new implementation of a member inherited from a base class. The method overridden by an override declaration is known as the overridden base method. The overridden base method must have the same signature as the override method. You cannot override a non-virtual or static method. The overridden base method must be virtual, abstract, or override.

Recent Doubts

Close [x]