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
What is boxing & unboxing?
What is the purpose of the integer parse method the decimal parse method?
Is unity object oriented?
What does static mean in c sharp?
What is the difference between paramaterized constructor and copy constructor?
How can I create image pieces/sub image?
How do you pronounce c#?
How to update the gui from another thread in c#?
What are regular expressions? Search a string using regular expressions?
What is super class in c#?
Does c# do array bounds checking?
Can list contain duplicates c#?
Can struct have constructor c#?
Why c# is called type safe language?
Does hashset allow duplicates c#?