Question:You are creating a class that will be accessed from COM applications. You want changes made to parameters to be available to the calling application. Which of the following attributes should you apply to the parameters? (Choose all that apply.)
A ClassInterfaceAttribute
B InAttribute
C OutAttribute
D AutomationProxyAttribute
+ AnswerB C
+ Report