Question:You are creating a class that will be accessed by COM applications. Which of the following should you do? (Choose all that apply.)
A Make the class abstract
B Create all methods as public
C Create all methods as static
D Provide a default constructor
+ AnswerB D
+ Report