Difference between multi-level and multiple inheritance?
Answer Posted / rajesh kumar k
Multiple inheritance :
More than one Base Class used in Derived Class
Example:
Class A (Base Class)
Class B (Base Class)
Class C (Base Class)
Class D (Derived Class)
Inherit Class A , Class B, Class C
----------------------------------------------------------
Multilevel Inheritance :
Base Class Used Derived Class The Same again we are using as
Base Class
Example :
Class A (Base)
Class B Inherit Class A (Derived Class for Class A
And Base Class for Class C)
Class C Inherit Class B
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Can scriptable objects have methods?
What is the use of main method in c#?
Enlist all the components of an ado.net framework?
What is static noise?
What is difference between array and collection?
What do you mean by “finalize” and “finally” methods in c#?
Is typeof c#?
Do extension methods have to be static?
Is post back c#?
How do you determine whether a string represents a numeric value?
Is string immutable in c#?
Describe the overview of clr integration.
What are expressions c#?
Is comparator a functional interface?
I need code to connect ohter systems in the LAN and i want to display my website image over there and i want explain as a admin through phone. So i need code to access other system using C-Sharp. Any one please help me.Please give me the code. Advace thanks.