Home / C# Programming / Properties :: Discussion

Discussion :: Properties

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

  2. A.
    A property can simultaneously be read only or write only.
    B.
    A property can be either read only or write only.
    C.
    A write only property will have only get accessor.
    D.
    A write only property will always return a value.

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    No answer description available for this question.


Be The First To Comment