Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Tell me Asp.net Method Overriding.

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


Please Help Members By Posting Answers For Below Questions

Distinguish between Server-side and Client-side code?

1153


How we can force all the validation controls to run?

1038


Write code to send e-mail from an asp.net application?

1077


What is scope of an application variable in asp.net?

1040


What is the difference between web.config and machine.config in ASP.NET?

1206


What is meant by web application?

989


What are the events that happen when a client requests an asp.net page from iis server?

1098


when a request is made in Life cycle of ASP.NET page .

1005


Explain how to prepare culture-specific formatting in .net.

1017


How to comment out asp.net tags?

1101


What is form method?

975


How can we create pie chart in asp.net?

1109


What are demand-paging and pre-paging?

1047


What's the ASP.Net Application life cycle?

1166


What is http protocol and how it works?

1100