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
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards
Can a class be protected in c#?
What do you understand by the terms datareader object and dataset object?
How many constructors can a class have in c#?
What's the difference between class and object?
What is a method signature in c#?
Can we call server-side code (c# or vb.net code) from javascript?
How do switch statements work?
what is IDisposal interface
What is a dbml?
If a method's return type is void, can you use a return keyword in the method?
Is a dll an assembly?
What is the difference between serialization and deserialization in c#?
How can I create image pieces/sub image?
What is Delegate and what is it used for ?