Examveda

What does the following C# code specify?
object Invoke(object obj, object[] parameters)

A. Calling a type using invoke()

B. Any arguments that need to be passed to the method are specified in the array parameters

C. The value returned by the invoked method is returned by Invoke()

D. All of the mentioned

Answer: Option D


This Question Belongs to C Sharp Programming >> Miscellaneous In C Sharp

Join The Discussion

Related Questions on Miscellaneous in C Sharp