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


Please Help Members By Posting Answers For Below Questions

List down the reason behind the usage of c# language.

755


Should I use double or float?

585


Explain about WSDL

697


Can we inherit private class in c#?

583


Can you inherit multiple abstract classes in c#?

606






What is the difference between func and action delegate?

555


Is namespace a class?

575


How to put assembly in gac?

615


For methods inside the interface why can’t you specify the accessibility modifier?

626


What do you mean by streamreader/streamwriter class in c#?

605


Which attribute is used in order that the method can be used as webservice?

600


What is variable and its classification?

622


How do I move from one form to another in c#?

542


What is bitwise operator in c#?

584


Explain the difference between Response.Write () and Response.Output.Write ().

599