Which of the following statements is false?

a. In the UML, each class is modeled in a class diagram as a rectangle with three compartments. The top one contains the class’s name centered horizontally in boldface. The middle one contains the class’s attributes, which correspond to instance variables in Java. The bottom one contains the class’s operations, which correspond to methods and constructors in Java.
b. UML represents instance variables as an attribute name, followed by a colon and the type.
c. Private attributes are preceded by the keyword private in the UML.
d. The UML models operations by listing the operation name followed by a set of parentheses. A plus sign (+) in front of the operation name indicates that the operation is a public.


c. Private attributes are preceded by the keyword private in the UML. Actually, private attributes are preceded by a minus sign (-) in the UML.

Computer Science & Information Technology

You might also like to view...

You can test your worksheet by entering a set of ____________________ values for which you already know the results.

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

Computer Science & Information Technology

Two-dimensional vector graphics typically have large flat areas of color and more closely resemble photos than cartoons.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following is NOT true for an online form?

A. After you enter data into a form, you click the submit button to send the data. B. The Common Gateway Interface sends data to a Web server. C. Software on the server retains the data in the database. D. The server sends the confirmation page to the browser.

Computer Science & Information Technology

The Slide Show toolbar buttons are ____________________ and will blend in with the background color on the slide.

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

Computer Science & Information Technology