You can define the number of points for a star graphic in which dialog box?
A. Star Inset dialog box
B. Star dialog box
C. Polygon dialog box
D. Rectangle dialog box
Answer: C
You might also like to view...
If a class called CAnimals is derived from CCircusAct, and CElephants is derived from CAnimals, which is the class declaration for CElephants?
A. class CCircusAct : public CElephants B. class CAnimals : private CElephants C. class CElephants : public CAnimals D. class CElephants : public CCircusAct
Digital signatures are used for ________ authentication.
message-by-message Both initial and message-by-message Neither initial nor message-by-message
Why would axioms be specified for an ADT.
a. to determine the cost of development b. specify the behavior of the ADT c. to determine possible uses of the ADT d. to determine which ADT should be used
A relationship where the lifetimes of parts are independent of the lifetime of the whole is best described as a(n)
a) generalization/specialization. b) composition. c) aggregation. d) association.