MCQS | Which of the following statements is correct about Interfaces used in C#.NET?

Question:Which of the following statements is correct about Interfaces used in C#.NET?

1.All interfaces are derived from an Object class.

2.Interfaces can be inherited.

3.All interfaces are derived from an Object interface.

4.Interfaces can contain only method declaration