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



USECASE is an implementation independent notation. How will the designer give the implementation d..

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

USECASE is an implementation independent notation. How will the designer give the implementation d..

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

Post New Answer

More OOAD Interview Questions

Explain Class Diagram in Detail.

2 Answers   InfoAxon Technologies, Protech,


What is the difference between a virtual method and an abstract method?

0 Answers  


Difference: Activity Diagram and Sequence Diagram

4 Answers   Protech,


What is difference between static and non-static fields of a class?

0 Answers  


Can we override static methods of a class?

0 Answers  






What is a friend function?

0 Answers  


How to make a class accessible as a web service?

0 Answers   BirlaSoft,


Why is planning too much up front a mistake in an OOSAD project?

3 Answers   Infosys,


What are the basic concepts of oop?

0 Answers  


What do you meant by "SBI" of an object?

2 Answers   TCS,


Explain about overriding polymorphism?

0 Answers  


What is the abstract method modifier?

0 Answers  


Categories