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
What are the main features of oops?
What are abstract functions? Why are they used?
What is the purpose of late binding in object-oriented programming?
What are all the operators that cannot be overloaded?
What is the use of finalize method?
Explain about Overloading vs Overriding ?
What is constructor and virtual function? Can we call virtual funciton in a constructor?
Explain the implementation phase with respect to oop?
Can a function be overloaded based on return types?
Which keyword can be used for overloading?
Explain OOPS.
What is a final variable?
How to achieve data abstraction?
What are the types of polymorphism?
what are the different ways for a method to be overloaded?