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 difference between or and orelse?
What are the types of caching in asp.net?
What is skin in asp.net?
Give 2 examples for scenarios when routing is not applied?
What is the difference between union and structure?
How do I send an email message from my ASP.NET page?
What is the difference between system.stringbuilder and system.string
Explain the updatepanel?
What is the difference between sealed vs static class?
How to sign out from forms authentication?
Is oauth for authentication or authorization?
What are ASP.NET Web Forms? How is this technology different than what is available though ASP?
What is an assembly? Explain its parts.
What is difference between viewstate and session state in javascript?
Elaborate differentiation between ViewState and SessionState?