Using a class object within another class object is known as ____.

A. nesting
B. circular referencing
C. building
D. composition


Answer: D

Computer Science & Information Technology

You might also like to view...

You use the ____ panel to adjust the size, rotation, or skew of a selected object.

a. Object b. Transform c. Shape d. Dimensions

Computer Science & Information Technology

Using the ________ dialog box helps to quickly locate text that needs to be changed

A) Find B) Search C) Replace D) Find and Replace

Computer Science & Information Technology

Which statement is false?

a. Interface JdbcRowSet is in the javax.rowset package. b. A CachedRowSet object is scrollable and updatable by default. c. A JdbcRowSet object is scrollable and updatable by default. d. JdbcRowSet is a connected RowSet.

Computer Science & Information Technology

Where would the oval lie in relation to the center of the control's surrounding box?

Consider the following code segment. ``` ``` a) directly above b) to the left c) to the right d) directly below

Computer Science & Information Technology