A UML diagram does not contain __________.

a. the class name
b. the method names
c. the field names
d. the object names


d. the object names

Computer Science & Information Technology

You might also like to view...

What is wrong with this function?

```int Modulus( int x, int y ) { int z; z = x % y; }``` A. Modulus is a keyword in C++, the function can’t be named that. B. There is no returned value. C. There is nothing wrong with it. D. The function doesn’t use the passed variables.

Computer Science & Information Technology

The ________ keys on the keyboard allow a user to cycle through all open windows

A) Alt+Tab B) Ctrl+Shift C) Shift+Tab D) Alt+Ctrl

Computer Science & Information Technology

A predefined formula that performs calculations by using specific values in a particular order

a. Function b. Set formula c. Average function

Computer Science & Information Technology

As seen in the accompanying figure, clicking the short URL in the tweet displays the photo on ____________________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology