Home / C# Programming / Attributes :: Discussion

Discussion :: Attributes

  1. Which of the following are correct ways to pass a parameter to an attribute?

    1. By value
    2. By reference
    3. By address
    4. By position
    5. By name

  2. A.
    1, 2
    B.
    1, 2, 3
    C.
    4, 5
    D.
    All of the above

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment