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 windows form in c#?
What is cosole application?
What is inheritance c#?
Can you specify nested classes as partial classes?
Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?
Can the nested class access, the containing class. Give an example?
Why do we need oops in c#?
What is xml c#?
What is lastindexof c#?
What is the use of flag in c#?
What are the advantages of using assemble language programming?
Is string nullable in c#?
what is .NET framework architecture ??
How are methods overloaded?
What is lambda expression in c#?