Difference between multi-level and multiple inheritance?
Answer Posted / aruna
In C#:
interface is supporting multiple inheritence
class is supporting multi level inheritence.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
How many types of interface are there in c#?
What are value types and reference types?
Do void methods have parameters?
What is array collection?
What is difference between field and property in c#?
What is a Managed Code??
What is main thread in c#?
What is the differences between datagrid, datalist and repeater in .net?
What are the namespace level elements?
How long does a loop recorder procedure take?
Why do we use interface in c#?
What is the use of jit ? Jit (just - in - time) is a compiler which converts msil code to
Does constructor return any value in c#?
What is the syntax for calling an overloaded constructor within a constructor?
what is a constructor? What is a destructor?