A class diagram includes the class _____, which represent the program logic.

A. attributes
B. events
C. methods
D. characters


Answer: C

Computer Science & Information Technology

You might also like to view...

C++ stores an array in adjacent memory locations. In what array position (counting from the start) will the element myArray [7][21] be stored in, if myArray has 10 rows and 50 columns?

What will be an ideal response?

Computer Science & Information Technology

What does the drawImages method draw?

``` 1 private void drawImages( Graphics g ) 2 { 3 g.setColor( Color.GREEN ); 4 g.fillRect( 50, 50, 50, 50 ); 5 } ```

Computer Science & Information Technology

When a loop control variable is numeric, its value is often altered by ____ it, or adding to it.

A. decrementing B. indicating C. incrementing D. increasing

Computer Science & Information Technology

A portion of Word document that can be formatted differently from the rest of the document is called a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology