Answer Posted / snehalata
Method overriding means having a different implementation
of the same method in the inherited class. These two
methods would have the same signature, but different
implementation. One of these would exist in the base class
and another in the derived class. These cannot exist in the
same class.
Overriding methods
Overriding method definitions
In a derived class, if you include a method definition that
has the same name and exactly the same number and types of
parameters as a method already defined in the base class,
this new definition replaces the old definition of the
method.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are the different properties of server control that exists?
What is the use of response redirect in asp.net?
How many types of cookies are there in asp.net?
Which adapter should you use, if you want to get the data from an access database?
What is a 1x1 pixel?
A web service can only be written in .net? State whether true or false.
What are the types of validation in asp net?
What are the different authentication modes in asp.net?
Explain the steps needed to be performed in order to create an animation in xaml?
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
How can you apply a theme to your asp.net application?
What are the differences between the response.write() and response.output.write()?
What is a web api endpoint?
What is asp.net futures?