Difference between multi-level and multiple inheritance?
Answer Posted / kautilya
Multiple Inheritance : we can inherit more than one class
in the same classe.
Multi-Level Inheritance: where onc class can inherit only
one base class and the derived class can become base class
of some othere class.
Is This Answer Correct ? | 250 Yes | 35 No |
Post New Answer View All Answers
Can a struct have a default constructor (a constructor without parameters) or a destructor in c#?
What is the main method?
What is a datacontract?
What are the types of class in c#?
What is an assembly qualified name
what class is underneath the sortedlist class?
What is parse method in c#?
What are the Features in .net framework 1.1
how can one use hcl and c sharp together?
Is null == null c#?
If you define a user defined data type by using the struct keyword, is it a value type or reference type?
What is a trace and asset? Explain some differences?
What is a destructor in c#?
what is the scope of anonymous type ?
What is arraylist c#?