To insert a program into a new program, you must:

a) import that program with the Imports keyword
b) use the desired program as a control and use it in the form
c) implement the desired program
d) extend the desired program


b) use the desired program as a control and use it in the form

Computer Science & Information Technology

You might also like to view...

Explain the use of the following notation in a C++ program:

``` template Array::Array(int s) ```

Computer Science & Information Technology

Which of the following is NOT a way to set a startup form?

A. Use Access Options B. Create an AutoExec macro C. Name a form Startup D. Each of these methods creates a startup form

Computer Science & Information Technology

Assertions are meant to be helpful in the ____ stage of a program.

A. development B. testing C. production D. modeling

Computer Science & Information Technology

The ____________________ is the name of the tag to which the style declarations have been assigned.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology