C# OOP MCQs

Question 1: Interface members have by default ______ accessibility.

Question 2: What to do if a class implements two interfaces which coincidently have one method with the same name and signature?

Question 3: Can one interface inherit from one or multiple interfaces in C#?

Question 4: Which of the following types can implement interfaces?

Question 5: Can we declare a protected member in an interface?