Answer Posted / kishore.a
C# does not support multiple inheritance. We make use of
Interfaces instead.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
The int maps to which C# keyword in .NET type?
write a C# Program add two matrix ?
In object oriented programming, how would you describe encapsulation in c#?
What is generic types in c#?
Which is faster dictionary or list?
What is a Managed Code??
Do extension methods have to be static?
Does c# support properties of array types?
What is difference between iqueryable and ienumerable in c#?
Can we set image Source dynamically using C# in WPF application?
What is Implementation inheritance
What are c# types?
What is a streamwriter in c#?
Is learning c# hard?
In a memory when you Box and Unbox a value-type what happens?