Difference between multi-level and multiple inheritance?
Answer Posted / hafiz usman majeed
multiple inheritence means that a class is inherited from
more than one class. whereas multi-level inheritence means
that a class is inherited at more than one level that is it
can be inherited internally and/or protectedly.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
In a site to turn off cookies for one page which method is followed?
Explain when should you call the garbage collector in .net?
what is IDisposal interface
What is the difference between array and arraylist c#?
If you define a user defined data type by using the class keyword, is it a value type or reference type?
write code for inserting and updating recoards in sql server database using connected architecture & records shoulds displayed in grid view ( use c# )
Describe ways of cleaning up objects in c#.
In a single .NET DLL how many classes it contains?
What standard types does c# use?
What is pure abstract class in c#?
What does void do in c#?
What is Garbage Collection in .Net?
What is regex c#?
What operators can be used to cast from one reference type to another without the risk of throwing an exception?
What is autopostback in c#?