Difference between multi-level and multiple inheritance?
Answer Posted / sarathi soja
Multiple Inheritance : we can inherit more than one class
in the same classe.
Multilevel Inheritance:
we can inherit a single class in more than one class
one base class and many derived class
Is This Answer Correct ? | 52 Yes | 25 No |
Post New Answer View All Answers
Explain when should you call the garbage collector in .net?
How many types of constructor are there in c#?
what is difference between destruct or and garbage collection ?
What is data reader in c#?
What's the difference between System.String and System..StringBuilder in C#?
What is the best dependency injection c#?
Tell me the difference between call by value and call by reference.
Are arrays value types or reference types?
What is the default scope of a class in c#?
Is list passed by reference c#?
What is the difference between list and arraylist c#?
For methods inside the interface why can’t you specify the accessibility modifier?
How to put assembly in gac?
What is state c#?
What are predicates in c#?