Home / CSE MCQs / C#.Net MCQs :: Discussion

Discussion :: C#.Net MCQs

  1. Which of the following is an incorrect statement about delegate?
  2. A.
    A single delegate can invoke more than one method
    B.
    delegates could be shared
    C.
    delegates are type safe wrappers for function pointers
    D.
    delegate is a value type

    View Answer

    Workspace

    Answer : Option C

    Explanation :



Be The First To Comment