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
Distinguish between Server-side and Client-side code?
How we can force all the validation controls to run?
Write code to send e-mail from an asp.net application?
What is scope of an application variable in asp.net?
What is the difference between web.config and machine.config in ASP.NET?
What is meant by web application?
What are the events that happen when a client requests an asp.net page from iis server?
when a request is made in Life cycle of ASP.NET page .
Explain how to prepare culture-specific formatting in .net.
How to comment out asp.net tags?
What is form method?
How can we create pie chart in asp.net?
What are demand-paging and pre-paging?
What's the ASP.Net Application life cycle?
What is http protocol and how it works?