Home / C# Programming / Interfaces :: Discussion

Discussion :: Interfaces

  1. Which of the following statements is correct about an interface?

  2. A.
    One interface can be implemented in another interface.
    B.
    An interface can be implemented by multiple classes in the same program.
    C.
    A class that implements an interface can explicitly implement members of that interface.
    D.
    The functions declared in an interface have a body.

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment