Home / C# Programming / Interfaces :: Discussion

Discussion :: Interfaces

  1. Which of the following can be declared in an interface?

    1. Properties
    2. Methods
    3. Enumerations
    4. Events
    5. Structures

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

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment