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
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What is the difference between Classic ASP and ASP.Net?
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?
How to improve performance of web application asp.net mvc? : Asp.Net MVC
Where is the view state data stored?
Explain how can we inherit a static member?
Differentiate between file-based dependency and key-based dependency.
Describe the Server Control Events of ASP.NET?
What are the advantages of the code-behind feature?
What are standard controls?
What is the used of "ispostback" property?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
Can a .net web application consume java web service?
What are the benefits of view state?
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?