USECASE is an implementation independent notation. How will
the designer give the implementation details of a
particular USECASE to the programmer?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the main use of message metaphor in object-oriented programming?

681


Why are virtual users created?

636


How to define an abstract class?

606


Explain colloboration

520


What is data abstraction? what are the three levels of data abstraction with Example?

577






If a method definition has been specified in the base class and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?

528


Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?

571


How will you define abstract classes?

603


Explain the implementation phase with respect to oop?

558


What is the difference abstract class and interface?

543


What is difference between encapsulation and abstraction?

580


State about java and its relation to object oriented programming?

625


What is a friend function?

594


Is it possible to create partial structs, interfaces and methods?

540


Describe the Diamond problem. Where does this problem occur?

559