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 are the different types of sessions in asp.net? Name them?
What is enableviewstatemac in asp net?
What is the difference between globalization and localization?
What is viewstategenerator?
What type of code, client-side or server-side, is found in a code-behind file of a Web page?
Where session id is stored?
What is globalization and localization in asp net?
How does viewstate work?
What is redirectpermanent in asp.net?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
Why session is more secure than cookies?
Disable browser cache for entire ASP.NET website?
Explain weak typing and strong typing.
What is Web API?
How can you handle errors in Web API?