How do you create multiple inheritance in C#?
Answer Posted / shafi syed
C# does'nt support multiple inheritance. In that situation
we use interface
| Is This Answer Correct ? | 108 Yes | 8 No |
Post New Answer View All Answers
What is a Jagged Array in C#?
what class is underneath the sortedlist class?
What do u mean by delegation?
Is xml tags are case sensitive?
Which of these string definitions will prevent escaping on backslashes in c#?
What are jagged arrays used for?
What is string concatenation?
What is data adapter in c#?
if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?
What is desktop application testing?
What is a hash table c#?
What is querystring in c#?
Is it true that all c# types derive from a common base class?
Explain About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use.
what is boxing and unboxing?can we initialize unboxing directly?