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 web pages?
I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?
What should you do is you want to remove an existing component but would like to make some funtionalities?
Explain diff. Betn dataset and recordset?
Explain the use of duration attribute of @outputcache page directive.
What are the types of session in asp.net?
Do you support digital rights management to protect my videos?
What is the application pool?
Explain about Multi-Language integration?
what are configuration files?
What types of data validation events are commonly seen in the client-side form validation?
Where is session cookies stored?
How can we identify that the Page is Post Back?
Is asp.net and .net the same?
Which method is used to enforce garbage collection in .net?