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 does bitwise work?
What is entity framework in c#?
How do I join one form to another in c#?
Explain the difference between object type and dynamic type variables in c#?
Why dataset is used in c#?
Is c# easier than javascript?
Should I use double or float?
Are structs value types c#?
What is the advantage of constructor?
What are Namespaces?
What is anonymous types in c#?
What is tryparse?
What is the difference between internal and protected in c#?
How do I start a program in c#?
What is string in c# net?