Using a class object within another class object is known as ____.
A. nesting
B. circular referencing
C. building
D. composition
Answer: D
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
Using the ________ dialog box helps to quickly locate text that needs to be changed
A) Find B) Search C) Replace D) Find and Replace
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.
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