Solved

To Add Dynamic Link Library Components, Add a Reference to the Components

Question 51

Multiple Choice

To add dynamic link library components, add a reference to the components in your program and include a using directive. The reason for adding the using directive is to ____.


A) enable the program to use class members
B) avoid fully qualifying references to class members
C) eliminate the syntax errors
D) enable an executable to be created

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions