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 is a master page and what does it do?
What are cookies in asp.net?
Can you set which type of comparison you want to perform by the comparevalidator control?
What is query string in asp.net?
Differentiate between a hyperlink control and a linkbutton control.
Why do we need master page in asp.net?
Explain the advantages of passport authentication.
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
How many validators do ASP.NET have?
What is _dopostback in asp net?
What is difference between URL and URI?
Explain the steps to be followed to use passport authentication.
Explain the benefits of viewstate?
How to retrieve user name in case of Window Authentication?