When using ____, you can develop new classes more quickly by extending existing classes that already work.

A. inheritance
B. polymorphism
C. encapsulation
D. construction

Answer: A

Computer Science & Information Technology

You might also like to view...

Which is not a valid function call?

a. ``` count = parseInt(num); ``` b. ``` document.write(getNum()); ``` c. ``` getNum(num) = 16; ``` d. ``` getNum(); ```

Computer Science & Information Technology

Each storage device, or folder, is a physical location for storing files.

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

Computer Science & Information Technology