What is the purpose of the method ActiveXObject()?
A
Used to call automation object
B
Used to reference automation object
C
Used to instantiate automation object
D
Used to call & reference automation object
Correct Answer: Used to instantiate automation object
The ActiveXObject.prototype object allows adding properties and methods to the ActiveXObject object that can be used with instances of the ActiveXObject object like any predefined property or method. The ActiveXObject() object is used only to instantiate Automation objects, and has no members.