Question: Which of the following statements are correct about delegates?

Options

A : Delegates cannot be used to call a static method of a class.

B : Delegates cannot be used to call procedures that receive variable number of arguments.

C : If signatures of two methods are same they can be called through the same delegate object.

D : Delegates cannot be used to call an instance function. Delegates cannot be used to call an instance subroutine.

Click to view Correct Answer

Previous || Next

Delegates - General Questions more questions

Which of the following statements are correct about the delegate....

Which of the following is the correct way to call....

Which of the following is the correct way to call....

Which of the following statements are correct about a delegate?

Which of the following statements are correct about delegates?

Which of the following are the correct ways to declare....

Suppose on pushing a button an object is to be....

Which of the following statements is incorrect about a delegate?

Suppose a Generic class called SortObjects is to be made....

With which of the following can the ref keyword be....

Attributes - General Questions more Online Exam Quiz

Attributes - General Questions

Classes and Objects - General Questions

Collection Classes - General Questions

Constructors - General Questions

Datatypes - General Questions

.NET Framework - General Questions

Enumerations - General Questions

Exception Handling - General Questions

Functions and Subroutines - General Questions