Why multiple Inheritence is not used in C#?
Answer Posted / naveen mishra
We can implement multiple Inheritence using interfaces
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
How do you sort a list in c#?
What is the difference between static class and sealed class in c#?
What is written in c#?
How can you prevent escaping on backslashes in C# with string definitions?
What is AutoMapper in C#?
What is instantiating a class?
how to print invert pyramid in c#
What is private protected in c#?
Is friend a constructor?
How to properly clean up excel interop objects?
What is difference between class and interface in c#?
Explain about Destructor method?
Why do we parse in c#?
What is the difference between list and ilist in c#?
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards