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 does asp.net stand for?
What is the difference between session object and application object?
Can I recieve both html markup for page and code in the asp.net web page's source code portion in the web browser?
Which method do you use to enforce garbage collection in .net?
How you can stop the validation of ASP.NET controls from client side?
How can we access static variable?
What is the mvc model?
Give 2 examples for scenarios when routing is not applied?
Explain the different types of directives in .net?
Explain the difference between singleton and single call?
What are the advantages of asp.net?
Explain the differences between clr & cts?
What is the difference between c# and .net?
What is ispostback method in asp.net?
What are the server control tags in asp.net.?