Home / C# Programming / Interfaces :: Discussion

Discussion :: Interfaces

  1. A class implements two interfaces each containing three methods. The class contains no instance data. Which of the following correctly indicate the size of the object created from this class?

  2. A.
    12 bytes
    B.
    24 bytes
    C.
    0 byte
    D.
    8 bytes
    E.
    16 bytes

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment