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 can we register exception filter from the action?
What is parse in asp.net?
What is css and what is it used for?
What is the state management in asp.net?
What are the properties of the eventargs argument when capturing keyboard events?
How can you access the properties and controls of master pages from content pages?
Which asp.net objects encapsulate the state of the client and the browser?
What is session in http request?
What does session_start () do?
What is the purpose of session management?
Define asp.net caching?
Differentiate between file-based dependency and key-based dependency.
What is the difference between file-based dependency and key-based dependency?
Which is better asp.net or php?
How does the cookies work in asp.net?