The Panel, GroupBox, and TabControl objects are examples of ____ objects.
A. compound
B. container
C. complex
D. group
Answer: B
Computer Science & Information Technology
You might also like to view...
In order to compare objects of a class in different ways,
a) the class must implement the Comparable interface b) the class must implement the Comparator interface c) the class must inherit from the Comparator class d) a separate class must be created that implements the Comparator interface and provides a body for the compare method e) None of these is correct.
Computer Science & Information Technology
The new operator:
a. allocates memory b. is used to create an object of a class c. associates an object with a variable that names it. d. All of the above.
Computer Science & Information Technology