Answer Posted / sravanthi
Deriving a new class from more than 1 base class (or) old
class is called multiple inheritance.but c# does not
supports it.but we can implement multiple concept by using
interfaces.
Is This Answer Correct ? | 3 Yes | 17 No |
Post New Answer View All Answers
How will you deploy the dll file in gac?
Why do we use interface in c#?
What are interfaces in c#?
What is a datacontract?
Which attribute is used in order that the method can be used as webservice?
Illustrate the differences between the system.array.copyto() and system.array.clone()?
Is comparable a functional interface?
How do I create a multilanguage, single-file assembly?
Is null empty or whitespace c#?
What is the difference between C# 3.5 and C# 4.0?
If a method's return type is void, can you use a return keyword in the method?
What is difference between ienumerable and enumerable in c#?
What is difference between ienumerable and list?
What is the base class for array types?
Is c# used for frontend or backend?