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

1. When designing an object-oriented application, one of your first tasks is to identify the classes that you will need to create.
2. All of the nouns that appear in the problem description should become classes.
3. When finding the classes in a problem description, sometimes a plural noun will indicate a class and a singular noun will indicate an object.
4. Once the classes have been identified in a problem description, the next task is to identify each class's responsibilities.


1. TRUE
2. FALSE
3. TRUE
4. TRUE

Computer Science & Information Technology

You might also like to view...

Which of the following performs an unboxing conversion? Assume x refers to an Integer object.

a. int y = x; b. Integer y = x; c. Neither of the above. d. Both of the above.

Computer Science & Information Technology

When working with frames, it is useful to refer to a group of frames as a frame ____________________.

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

Computer Science & Information Technology

>, >=, and = are examples of conditional operators

Indicate whether the statement is true or false

Computer Science & Information Technology

In Dreamweaver, by default, the cloaking feature is disabled.

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

Computer Science & Information Technology