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
Can you give some examples of tokens?
Can we override a method by using same method name and arguments but different return types?
What is the main difference between overloading and overriding?
Can we access interface static method using interface references?
What is the main difference between a class and an object?
Whether static method can use nonstatic members?
What is the function of messaging metaphor?
Explain the usage of encapsulation?
Differentiate between overloading and overriding.
What do you mean by polymorphism?
Why dynamic loading is used in object-oriented programming?
Why we use oops concepts? What is its advantage?
What is an abstract property. Give an example?
What does the “abstract” keyword mean in front of a method? A class?
What's the benefit of using inheritance?