An ActiveX control is which of the following types of programs?
A) a driver B) an add-on C) a plug-in D) a startup
B
You might also like to view...
What kind of application tests a class by creating an object of that class and calling the class’s methods?
a. Pseudo application. b. Debugger. c. Declarator. d. Test harness.
The compiler performs __________ on virtual functions.
a. local binding b. additional error checking c. static binding d. dynamic binding e. None of these
The Miscellaneous tab of the property sheet contains all other properties that are not on one of the other tabs, such as name or datasheet caption
Indicate whether the statement is true or false
Call-by-value parameters:
a. Pass the changed value back to the calling module. b. Can be changed in the called module. c. Pass the unchanged (oringinal) value back to the calling module. d. Cannot be changed in the called module. e. b and c. f. c and d. Answer: E