How do you implement multiple inheritance in .NET?
Answer Posted / kamlesh sharma
use of interfaces
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How do I make a dll in c#?
What are the advantages of generics in c#?
Why linq is having select clause at the end?
What is xaml file in c#?
What is dapper in c#?
Explain how obfuscator works in .net
Which debugging tools you can use in the .NET ssSDK?
Structs are not reference types. Can structs have constructors?
Can a static class contain non static members?
What is a console device?
What is the relationship between a process, application domain, and application?
What is public, private, protected, internal and internal protected?
What is form feed and carriage return?
What is difference between array and collection in c#?
What is difference between value and reference types in C#.NET