Why multiple Inheritence is not used in C#?
Answer Posted / a b
Sorry just a correction in 5 above, please read the last
line as 'Instead, an implementing class needs to provide
code for each and every method defined in an interface.'
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is console used for?
What is executescalar in c#?
What are satellite assemblies? How will you get the different language strings?
Can we call server-side code (c# or vb.net code) from javascript?
Expalin the way you implement inheritance by using VB.NET/C#?
How to declare a property in a class?
What is the c# equivalent of c++ catch (…), which was a catch-all statement for any possible exception? Does c# support try-catch-finally blocks?
How does array sort work?
What is delegates in c# and uses of delegates?
How would you describe encapsulation in c#?
What is difference between c sharp and c#?
How to rotate an Image in C#?
What is pure abstract class in c#?
What is the difference between as and is operators in c#?
what is a enumeration in c#