Home / C# Programming / Interfaces :: Discussion

Discussion :: Interfaces

  1. Which of the following statements is correct about an interface used in C#.NET?

  2. A.
    One class can implement only one interface.
    B.
    In a program if one class implements an interface then no other class in the same program can implement this interface.
    C.
    From two base interfaces a new interface cannot be inherited.
    D.
    Properties can be declared inside an interface.
    E.
    Interfaces cannot be inherited.

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    No answer description available for this question.


Be The First To Comment