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? -(VB.NET) 

A Call the IsAssembly property of the MethodInfo class. 

B Call the IsVirtual property of the MethodInfo class. 

C Call the IsStatic property of the MethodInfo class. 

D Call the IsFamily property of the MethodInfo class. 

+ Answer
+ Report
Total Preview: 1239

Copyright © 2024. Powered by Intellect Software Ltd