Question:You use Reflection to obtain information about a method named MyMethod. You need to ascertain whether MyMethod is accessible to a derived class. What should you do? 

A Call the IsStatic property of the MethodInfo class. 

B Call the IsVirtual property of the MethodInfo class. 

C Call the IsFamily property of the MethodInfo class. 

D Call the IsAssembly property of the MethodInfo class. 

+ Answer
+ Report
Total Preview: 970

Copyright © 2024. Powered by Intellect Software Ltd