Answer Posted / narendra vyas
use case represents diagrams. there are two types of use
cases BUC-> business use case and SUC-> system use case
In BUC we represent pictures related to Domain and SUC we
represents shapes like elipse,arrows etc. this is the very
first stage of design where we find out actors and related
activity. actor performs happy activity
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the main features of oops?
Can an interface have an inner class?
Why do we separate interface from implementation?
Which oops concept is used as reuse mechanism?
Can a function be overloaded based on return types?
What is single and multiple inheritance?
What is the syntax of object oriented method call?
Differentiate between data abstraction and encapsulation.
What is the difference between new and override?
Why does java not support multiple inheritance?
What is the @functionalinterface annotation?
What is the super keyword?
Can constructors be parameterized?
Explain method overriding.
Explain about polymorphism?