Difference between multi-level and multiple inheritance?
Answer Posted / muhammad usman
In Multipal inheritance like this:
Base Calss
_________________
/ | \
/ | \
Class1 Class2 Class3
MultiLevel Inherintance:
Base Class
|
|
Class1
|
|
Class2
| Is This Answer Correct ? | 157 Yes | 67 No |
Post New Answer View All Answers
How do you prevent a class from being inherited?
Explain the accessibility modifier protected internal?
What is new method in c#?
Is datetime value type c#?
What is the use of ispostback in c#?
How can you write a class to restrict that only one object of this class can be created (Singleton class)?
What is ado c#?
Write a program in C# for checking a given number is PRIME or not.
What does using system mean in c#?
Explain About .NET Remoting and types of remoting
What is c# windows form application?
What is an object and a class?
What is desktop application testing?
What is option parameter in C#?
Explain About namespaces