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
What are the advantages of Web API?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
How does session authentication work?
Where is session data stored in asp net?
What is server infrastructure?
Can we make activex dll also ti execute in some process as that of client ? How can we do?
How can I have a particular web page in an asp.net application which displays its own error page?
What is viewstate in asp net with example?
How to Separate background image and front image from original picture....
What are the authentication types in asp.net?
Will session work if cookies is disabled?
Can you explain autopostback?
Why does my asp.net file have multiple tag with runat=server?
Can you set the session out time manually?
Define secured sockets layer.