ASP.NET
Programming and Technical
HR Interview
Interview
What is Method Overriding? How to override a function in C#?
Read Solution (Total 1)
-
- Method overriding is an application of inheritance
it means that the child class can override the method of parent class ..the name and parameter of the method to override and to be overridden should be same - 10 years agoHelpfull: Yes(0) No(0)
ASP.NET Other Question