What do multicast delegates mean?
No Answer is Posted For this Question
Be the First to Post Answer
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; } }
What is asynccallback c#?
Explain About .NET Remoting and types of remoting
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
Does c# replace c++?
What is a decimal in c#?
What is yield break in c#?
What?s a delegate?
What do u mean by delegation of authority?
Can the accessibility of a type member be greater than the accessibility of its containing type?
Difference between C++ and C#.net
19 Answers Google, TCS, Wipro,