Difference between multi-level and multiple inheritance?
Answer Posted / hafiz usman majeed
multiple inheritence means that a class is inherited from
more than one class. whereas multi-level inheritence means
that a class is inherited at more than one level that is it
can be inherited internally and/or protectedly.
Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
Is there throws keyword in c#?
Explain what is copy constructor?
List some of the basic string operation?
Which is faster hashtable or dictionary?
What does xpath return?
Can a static class have a constructor c#?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?
Why is .net so popular?
What are bitwise logical operators?
Explain the features of an abstract class in net.
Write a sample code to write the contents to text file in c#?
What is use of hashtable in c#?
Explain the constructor in c#.
What are the types of assembly available
Is it possible to inline assembly or il in c# code?