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
Differentiate globalization and localization.
What is the flow of processing of the request? : asp.net mvc
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
Why viewstate is used in asp.net?
How do you hide the columns?
What is smpte vc-1?
What is the maximum timeout we can set for Cookies?
How do we assign page-specific attributes?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
What is the life cycle of an asp.net page?
Is redux flux?
What are the security types in asp.net?
What is web router?
Why would a company use an application service provider?
How to bind all the binding controls in a page at once in ASP.NET?