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
What is the difference between static class and sealed class in c#?
What is difference between Enum and Struct?
what is virtual method in c#?
What is a boolean c#?
Explain get and set accessor properties?
What is ienumerable t in c#?
Explain briefly the difference between value type and reference type?
Write a sample code to write the contents to text file in c#?
How can we set the class to be inherited, but prevent the method from being over-ridden?
What is the syntax for calling an overloaded constructor within a constructor?
What is a nested type. Give an example?
What is mvc pattern in c#?
How many types of constructors are there?
What is a namespace server?
Why singleton class is sealed?