Vidyalelo
C# Programming · Q76

Miscellaneous in C Sharp

Programming · C# Programming · question 76

Q76

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

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board