MCQOPTIONS
Saved Bookmarks
| 1. |
What does the following 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» E. | |