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
What is x xss protection?
What are session state modes? List some of the important session state modes of asp.net.
Is asp.net and .net the same?
What is difference between URL and URI?
List of words of preprocessor in .net?
14. What are your Future Plans for Swatz Oils GROUP U.K?
Which adapter should you use, if you want to get the data from an access database?
Explain method to handle error using HttpError in Web API?
What permissions do asp.net applications posses by default?
Define page fragment caching?
What is viewstate? What does the “enableviewstate” property do?
What is a page life cycle? What are the events in a page life cycle?
What are the uses of list view control in Asp.net?
Where session variables are stored?
Is asp.net free?