Difference between multi-level and multiple inheritance?
Answer Posted / jyothish vakkom
multiple: x x x (base)
x (sub)
multilevel: x (base)
x (intermedit)
x (sub)
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Which debugging tools you can use in the .NET ssSDK?
What are extension methods and where can we use them?
What is streamreader/streamwriter class?
What is data reader in c#?
Can abstract class have constructor?
Why do we use static methods in c#?
What does out mean c#?
What are the Types of instancing properties and explain each. Explain the difference between multiuse,singleuse and globalmultiuse and which is default
Explain the Abstract class in c#.net
What is object pool in .net?
Are c# strings immutable?
what is a structure in c#
Define collections?
hi all.... i need code snippets for store and retrive tiff fromat images in sqlserver....... kindy provide it.......
What is or operator in c#?