CIW Exam Questions

Which one of the following statements will add the symbol table for a package into the including pac

Which one of the following statements will add the symbol table for a package into the including
package’s symbol table?

A.
include Package;

B.
require Exporter;

C.
require Package;

D.
export Package;