Can you inherit multiple interfaces?

Answer Posted / ashish gupta

yes..but interfaces are not inherit rather it implemented.
A class can implement multiple interfaces.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does a constructor do c#?

570


What is an array of arrays called?

510


if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?

602


Structs are largely redundant in c++. Why does c# have them?

868


What is a strong name in c#?

891






Which class does the remote object has to inherit?

704


List some Advantages of switch-case over if else?

572


What are All kind of access specifiers for a class and for methods

659


Can we create instance of private class in c#?

583


What is AutoMapper in C#?

662


What is difference between int and int in c#?

541


Can an int be negative c#?

683


What is the use of delegates in c#?

551


What is .cshtml file?

583


Explain the difference between “system.array.clone()” and “system.array.copyto()” in c#?

593