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 does addressof operator do in background ?
What is data quality assurance?
How do you use nullable?
What is attribute and reflection in c#?
What is hierarchical inheritance in c#?
Can an array be null c#?
How many types of methods are there in c#?
What is the difference between list and array in c#?
What's the c# syntax to catch any possible exception?
How main method is called in c#?
Is it possible to execute multiple catch block for a single try statement?
What is difference between variable and property in c#?
State two different types of access modifiers.
What is a method c#?
What is join in c#?