Answer Posted / ratnesh
If u want to multiple inheritance via classes then u can do
this ..
class A
{
Method1(){}
}
class B:A
{
Method2(){}
}
And now create third class suppose C and Inherit it from
class B.Now class C have both methods Method1 of A and
Method2 of B.
class C:B
{
}
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Do you know using sql cache invalidation?
what are the security certificates used in webservices?
How to fetch a data from one table to another table in asp.net ?
What is user control in asp.net?
How to turn off cookies for a page?
What are the benefits of view state?
Is asp.net mvc still used? : Asp.Net MVC
Why do we need url encoding?
How do you remove duplicates without using remove duplicate stage?
What are server activated objects?
How to display Alert in ASP.NET
what is a .xap file? Explain with an example.
How can I configure asp.net applications that are running on a remote machine?
What is mvc in asp.net interview question? : Asp.Net MVC
Define data caching?