Home / C# Programming / Structures :: Discussion

Discussion :: Structures

  1. Which of the following statements is correct?

  2. A.
    A struct never declares a default constructor.
    B.
    All value types in C# inherently derive from ValueType, which inherits from Object.
    C.
    A struct never declares a default destructor.
    D.
    In C#, classes and structs are semantically same.

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment