USECASE is an implementation independent notation. How will
the designer give the implementation details of a
particular USECASE to the programmer?
Answers were Sorted based on User's Feedback
Answer / shahir
From the use cases, designers will incure class diagrams
and Dynamic modelings like sequence diagrm,Activity diagram
and Collaboration diagrams.And from the use case diagram,
we will identify control classes, boundary classes and
Interface classes.Every Inerface classes will have
realisation classes(implementation of the abstract classes).
This is the way of conveying the implementation details to
programmers
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / ranjith
During the requirements phase of a project, analysts can take use cases to the next level by providing a more formal level of refinement. When that occurs, use cases are often refined into one or more sequence diagrams.
During the design phase, architects and developers can use the diagram to force out the system's object interactions, thus fleshing out overall system design.
The sequence diagram and class diagrams would be the implementation detail.
Is This Answer Correct ? | 1 Yes | 0 No |
Why abstraction is important?
What is the use of interface?
Can we reduce the visibility of the inherited or overridden method ?
What do you meant by "SBI" of an object?
Where shall I go for Package Diagram?
Can an interface inherit from another interface?
Classes and structs support inheritance. Is this statement true or false?
Why is message passing between the objects important?
Can we access interface static method using interface references?
What is the use if instanceof keyword? And how do refer to a current instance of object?
What is meant by overloading functions and operators?
How to use CRC Cards for Class Design?