_____ objects are extended by adding new methods to those object's prototypes.

A. Native
B. Custom
C. Host
D. Base


Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following is not a correct way to initialize an array?

a. int n[ 5 ] = { 0, 7, 0, 3, 8, 2 }; b. int n[] = { 0, 7, 0, 3, 8, 2 }; c. int n[ 5 ] = { 7 }; d. int n[ 5 ] = { 9, 1, 9 };

Computer Science & Information Technology

Every table should either have a form of its own or serve as a subform in another form.

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

Computer Science & Information Technology

The ____ attribute lets you control how the internal table gridlines are drawn.

A. rules B. grid C. gridlines D. lines

Computer Science & Information Technology

Most word processors, including Word, can open files with the .rtf file name extension.

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

Computer Science & Information Technology