Difference between multi-level and multiple inheritance?
Answer Posted / ankur
Multiple Inheritance:- It will done through 'Interface' in C#
Ex:- Interface1(or Class1) Interface2(or class2)
! !
! !
! !
! -------------------!
!
!
Class
Multilevel Inheritance :- In the multilevel inheritance One class another and so on
Class1
!
!
Class2
!
!
Class3
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are the fundamental principles of oo programming?
What is windows application in c#?
What is difference between a constant and read-only in C#?
Ho we can see assembly information?
Explain use of abstract and sealed classes in c#?
What are generic types?
The int maps to which C# keyword in .NET type?
Are c# tuples immutable?
Is string value type c#?
What is difference between sleep () and wait ()?
Explain how many types of exception handlers are there in .net?
What is the difference between overriding and overloading in systemverilog?
Explain Direct CAST vs CType ?
What is marshalling in c#?
Is java better than c sharp?