Difference between multi-level and multiple inheritance?
Answer Posted / vikram
multiple inheritance:A Class Extends or derived from
atleast more one class or interface.
Multi-level:A class Extends or Derived from exactly one
class & derived class can act as base class for another class
Is This Answer Correct ? | 25 Yes | 5 No |
Post New Answer View All Answers
Define c# i/o classes? List the commonly used classes?
What is difference between struct and class in c#?
Does hashset allow duplicates c#?
what are the different ways a method can be overloaded?
Name some properties of array.
Differentiate between method overriding from method overloading with its functionality?
What is the solution if you need to manipulate sets of items?
What are the 3 types of comments in c#?
If you donot specify an access modifier for a method, what is the default access modifier?
what is the index value of the first element in an array?
Can a class be protected in c#?
What is the difference between hashtable and dictionary?
What are data types in C#?
Explain how to use an extender provider in the project.
What is the difference between dictionary and hashtable in c#?