How do you implement multiple inheritance in .NET?
Answer Posted / pawan kumar tiwari
Inteface just provides prototype and not any
functionality , so even if class implements more then one
inteface class has to write its code to implement it and if
any other class is also implemnting interface that class
also has to write code to implemnt it , so how multiple
inheritance is achieved.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is list array in c#?
What is system predicate?
What is Covariance and contravariance in C#?
Which of these statements correctly declares a two-dimensional array in c#?
What are classes in c#?
Is Multiple-inheritance supported by c#?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
Can a constructor be static in c#?
How to use the sreamReader class to read form a text file?
What is the use of flag in c#?
what is c# command?
Explain when should you call the garbage collector in .net?
write program in c# using this instructions name avinash varma ,work experiance<2,nochildren his work experiance is higher than 5 years,more than one children one children name is diwakar,number of years of work eperiance at current company is the ratio of children and work experiance is 0.21 to 0.5
Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?
What is an assembly in dotnet?