How do you create multiple inheritance in C#?
Answer Posted / satish
By using interfaces
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are value types and reference types?
Why dependency injection is used in c#?
What is console writeline in c#?
Explain the steps to create satellite assembly?
What is a struct in C#?
What is the purpose of c#?
Why we use get and set property in c#?
How do switch statements work?
Why do we need encapsulation in c#?
Name the two classes are required for implementing a windows service?
What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?
Explain the difference between the system.array.copyto() and system.array.clone()?
What is fcl in c#?
Can an array be null c#?
What is instantiating a class?