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
Write about abstract base classes?
What is the function of pure virtual functions?
What are the different types of inheritance?
What if we make the method as abstract in another interface?
Explain the abstract class modifier?
Write basic concepts of oops?
What is difference between polymorphism and normalization?
What is constructor and virtual function? Can we call virtual funciton in a constructor?
Define Data Abstraction. What is its importance?
What is data abstraction? what are the three levels of data abstraction with Example?
What are the interfaces you used in beans?
Explain about polymorphism?
What is the difference between class and interface?
Explain about parametric polymorphism?
What is method overriding?