Home / C# Programming / Interfaces :: Discussion

Discussion :: Interfaces

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

  2. A.
    If a class implements an interface partially, then it should be an abstract class.
    B.
    A class cannot implement an interface partially.
    C.
    An interface can contain static methods.
    D.
    An interface can contain static data.
    E.
    Multiple interface inheritance is not allowed.

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment