Identify the syntax of thecall()method.

A. function.call(arg1, arg2, arg3, ...)
B. function.call(thisObj, arg1, arg2, arg3, ...)
C. call.function(thisObj, arg1, arg2, arg3, ...)
D. function.call(Obj1, Obj2,...)


Answer: B

Computer Science & Information Technology

You might also like to view...

A(n) ____ is a class method, a Sub procedure named New, that contains the instructions for initializing the class's Private variables.

A. default constructor B. maker C. default creator D. instantiate

Computer Science & Information Technology

The connection from the cable system ISP to the Internet uses traditional telecommunications devices, such as T1 or T3 lines.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In "SUM(number1 [, number2, number3, ...])", number 1, number 2, and number 3 may be numbers or ____.

A. letters B. cell references C. symbols D. operators

Computer Science & Information Technology

The saved version of a master file is the ____ file; the updated version is the child file.

A. peer B. subordinate C. parent D. child

Computer Science & Information Technology