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
How will you load dynamic assembly?
What are the types of caching in asp.net?
Which control has default post back is enabled(true)?
Define static member?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Contrast OOP and SOA. What are tenets of each ?
Explain what is an abstract class?
What is smpte vc-1?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
What is the basic difference between asp and asp.net?
How does session state work in asp.net?
Explain culture and uiculture values.
How can u debug your .net application?
What is a page life cycle?
Define msil.