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
Is there any limit for query string? Means what is the maximum size?
How does windows service lifecycle differ from a .standard. Exe?
Can we have multiple worker process in an ASP.NET application? If so then how it has been handled by application? And who handles it?
If we remove web.config or machine.config from the application then, is this application will works?
What is variable and constant in .net programming language?
What is the extension of master page in asp.net?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
What is the namespace to create thread in .net?
What is the difference between typeof() vs gettype()?
What is server infrastructure & server components?
what are the security certificates used in webservices?
What is special types forms
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
To redirect the user to another page which method do we use without performing a round trip to the client?
Which method is used to enforce garbage collection in .net?