What do multicast delegates mean?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What is Abstraction?

8 Answers   Google, HCL, IBM, MAHINDRA, Tech Mahindra,


what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }

1 Answers   iGate,


What is asynccallback c#?

0 Answers  


Explain About .NET Remoting and types of remoting

0 Answers  


code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.

0 Answers  






Does c# replace c++?

0 Answers  


What is a decimal in c#?

0 Answers  


What is yield break in c#?

0 Answers  


What?s a delegate?

8 Answers   CTS, Visual Soft,


What do u mean by delegation of authority?

0 Answers  


Can the accessibility of a type member be greater than the accessibility of its containing type?

0 Answers  


Difference between C++ and C#.net

19 Answers   Google, TCS, Wipro,


Categories