The diagram used in object-oriented development to show the characteristics and behaviors of a class is a(n) ____.
A. flowchart
B. structure chart
C. class diagram
D. UML
Answer: C
You might also like to view...
When a control is selected, the smaller orange handles are move handles
Indicate whether the statement is true or false
If you have an element named quantity in the first form on a Web page, you can refer to it using the statement ____.
A. document.forms[1].quantity; B. document.forms[0].quantity; C. document.form.quantity; D. document.myforms.quantity;
The real power of structures is realized when they are used in an array.
Answer the following statement true (T) or false (F)
Which statement is false?
a) Symbolic constants are constants represented as symbols. b) Macros are operations defined as symbols. c) All text replacement with symbolic constants and macros occurs before the program is compiled. d) Symbolic constants may be redefined with new values.