What is interface inheritance?



What is interface inheritance?..

Answer / Ravindera Kumar Dhar Dwidi

Interface inheritance is a relationship in C# where an interface inherits from another interface. The derived interface inherits all the members (methods, properties) of the base interface.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What are the keywords used to pass parameters to the base class and how do I invoke other constructors.

3 Answers  


How can we give strong name to assembly? What is satellite assembly?

2 Answers   SMNetserv,


Explain async and await?

2 Answers  


What do you mean by abstract class in c#?

1 Answers  


What is Satellite Assemblies ?

1 Answers   MCN Solutions,


How do you inherit from a class in C#?

3 Answers   Visual Soft,


What do you mean by saying a "class is a reference type"?

1 Answers  


What?s the top .NET class that everything is derived from?

4 Answers   Hindawi, Siebel, Visual Soft,


Define a jagged array in c#?

1 Answers  


How long does it take to learn c# for unity?

1 Answers  


what is a constructor? What is a destructor?

1 Answers  


What is exe file in c#?

1 Answers  


Categories