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 / kkk

same method and same args in base and derived classes simple.

class a
{
public virtual void m1(int a,int b)
{}
}
class b:a
{
public override void m1(int a,int b){}
}

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc

1027


What is the difference between Classic ASP and ASP.Net?

1165


We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?

933


How to improve performance of web application asp.net mvc? : Asp.Net MVC

1068


Where is the view state data stored?

1050


Explain how can we inherit a static member?

1032


Differentiate between file-based dependency and key-based dependency.

982


Describe the Server Control Events of ASP.NET?

1228


What are the advantages of the code-behind feature?

1045


What are standard controls?

1012


What is the used of "ispostback" property?

1192


What are ASP.NET Web Forms? How is this technology different than what is available though ASP?

1740


Can a .net web application consume java web service?

1021


What are the benefits of view state?

996


What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?

2107