

MCQOPTIONS
Saved Bookmarks
1. |
What does the following declaration specify?MethodInfo[] GetMethods() |
A. | Returns an array of MethodInfo objects |
B. | Returns a list of the public methods supported by the type by using GetMethods() |
C. | Both a & b |
D. | None of the mentioned |
Answer» D. None of the mentioned | |