Answer Posted / mahesh babu ummaneni
c# is not supporting the multiple inheritence,
why because if u done multiple inheritence it shows the amphiquety problem thets why multiple inheritence is not supported.
to overcome this problem with interface
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the uses of delegates in c#?
What do you know about device context?
Explain the difference between a sub and a function in c#.
My switch statement works differently! Why?
What is a linked list c#?
Explain the difference between Response.Write () and Response.Output.Write ().
When should I use static in C#?
Is it possible to execute multiple catch block for a single try statement?
Why we use get and set property in c#?
Can we maintain state in webservice?
How do you declare an interface in c#?
What do u mean by delegation?
Explain how do you convert a value-type to a reference-type?
why delegate is type safe?
What is append in c#?