Difference between multi-level and multiple inheritance?
Answer Posted / vikram
multiple inheritance:A Class Extends or derived from
atleast more one class or interface.
Multi-level:A class Extends or Derived from exactly one
class & derived class can act as base class for another class
| Is This Answer Correct ? | 25 Yes | 5 No |
Post New Answer View All Answers
How will you get the different language strings?
What will be the output of the following code?
Why it's said that writing into .NET Application Configuration Files is a Bad Idea?
Is datetime value type c#?
What is the purpose of dependency injection?
Is null in c#?
What is uint64_t?
What is the difference between an application domain and a process?
write program in c# using this instructions name avinash varma ,work experiance<2,nochildren his work experiance is higher than 5 years,more than one children one children name is diwakar,number of years of work eperiance at current company is the ratio of children and work experiance is 0.21 to 0.5
I was trying to use an out int parameter in one of my functions. How should I declare the variable that I am passing to it?
What is a deadlock lock?
Are string objects mutable or immutable?
Can abstract class have parameterized constructor?
Why can't we use a static class instead of singleton?
What is array and types of array in c#?