Home / C# Programming / Interfaces :: Discussion

Discussion :: Interfaces

  1. Which of the following can implement an interface?

    1. Data
    2. Class
    3. Enum
    4. Structure
    5. Namespace

  2. A.
    1, 3
    B.
    2, 4
    C.
    3, 5
    D.
    4 only

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment