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
What do you know about device context?
What is the difference between ref & out parameters in c#?
Can the nested class access, the containing class. Give an example?
What is the difference between method parameters and method arguments. Give an example?
Does a class need a constructor c#?
What is protected internal modifier in C#?
What is the purpose of static?
Can interface have virtual methods in c#?
Which framework is best for desktop application?
What are indexers in c# .net?
Differentiate between response.expires and response.expiresabsolute?
What is func c#?
Can we overload indexer in c#?
What is difference between value and reference types in C#.NET
What is the meaning of int parse in c#?