R
Q. Which of the following statements are correct about the delegate declaration given below? delegate void del(int i); 1. On declaring the delegate a class called del will get created. 2. The signature of del need not be same as the signature of the method that we intend to call using it. 3.The del class will be derived from the Multicast Delegate class. 4. The method that can be called using del should not be a static method. 5. The del class will contain a one-argument constructor and an lnvoke() method.
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is return type of constructors?
Q. A _____ is any valid C# variable ending with a colon.
Q. What will be the output of the following C# code?
Q. What will be the error in the following C# code?
Q. What will be the output of the following C# code?
Q. Which of the following cannot be used to declare an interface in C#?
Q. Which C# keyword is used to define a constant?
Q. The ______ parentheses that follow _____ indicate that no information is passed to Main ().
Discusssion
Login to discuss.