How do you implement multiple inheritance in .NET?
Answer Posted / deep
USING INTERFACE
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is written in c#?
What is the difference between properties and indexer in c#?
What is difference between write and writeline?
What is a value type in c#?
What are async and await?
What is unmannaged code and will CLR handle this kind of code or not .
What is CASPOL?
Is c# code is managed or unmanaged code?
What is strongly typed view?
What is interface inheritance?
In how many ways you can overload a method?
What is executescalar in c#?
Can you use all access modifiers for all types?
What happens if the inherited interfaces have conflicting method names?
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards