Google News
logo
C# - Quiz(MCQ)
Which of the following statements is correct about an interface used in C#.NET?
A)
Interfaces cannot be inherited.
B)
One class can implement only one interface.
C)
Properties can be declared inside an interface.
D)
From two base interfaces a new interface cannot be inherited.

Correct Answer :   Properties can be declared inside an interface.

Advertisement