COMPUTER SCIENCE AND ENGINEERING
SOFTWARE ENGINEERING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
All use-case scenarios (and corresponding use-case diagrams) are organized into categories in CRC modelling
|
|
The review leader reads the use-case deliberately
|
|
Only developers in the review (of the CRC model) are given a subset of the CRC model index cards
|
|
All of the mentioned
|
Detailed explanation-1: -Which of the following statement is incorrect regarding the Class-responsibility-collaborator (CRC) modeling ? Explanation: All participants in the review (of the CRC model) are given a subset of the CRC model index cards.
Detailed explanation-2: -Class Responsibility and Collaboration (CRC) Modeling is an older low-tech technique first used in 1989 to describe an application, system, module, or process in terms of how it interacts with other components and “Actors”.
Detailed explanation-3: -CRC Cards (Class, Responsibilities, Collaborators) are typically used when object-oriented design and development is preferred, and are helpful when there is a need to rapidly design one or more product features that may be instantiated as an object within the source code.
Detailed explanation-4: -CRC cards are used to represent the responsibilities of classes and the interaction between the classes. Analysts create the cards based on scenarios that outline system requirements. These scenarios model the behavior of the system under study.
Detailed explanation-5: -A CRC card is a physical card representing a single class. Each card lists the class’s name, attributes and methods (its responsibilities), and class associations (collaborations).