1)

Which statement is the correct about interfaces in C#?


A) Interface uses the interface keyword for the declaration.

B) Interface methods are public by default.

C) Both of the above.

D) None of the above.

Answer:

Option C

Explanation:

Both of the above options are correct.