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
How many types cache in asp net?
What are the ways of preserving data on a Web Form in ASP.NET?
Explain cookies with example.
What is caching? What are different ways of caching in asp.net?
What is the difference between file-based dependency and key-based dependency?
What describes a query?
What is a proxy in web service?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What are the properties of the eventargs argument when capturing keyboard events?
Explain how does asp page work?
What is difference cookie and session?
What is http post and http get?
What are the various session state management options provided by asp.net?
What is synchronous and Asynchronous post back ?
Can I combine classic asp and asp.net pages?