Answer Posted / guest
Diagram which represents the requiremnets(usecase) of the
user(actor). its needed to represent the dynamic model at
the analysis stage to represent the graphical view of the
requiremnetal behaviour.
Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How to make a class accessible as a web service?
Can a class in java be inherited from more than one class?
Explain about Overloading vs Overriding ?
Which keyword can be used for overloading?
What is the order of call of constructors in inheritiance?
What is method overriding?
What is ‘this’ pointer?
Can you give some examples of tokens?
What are the access modifiers?
What is overriding?
Can we override a method by using same method name and arguments but different return types?
Explain about polymorphism?
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?
Write a note about inheritance?
What is the benefit of Composition over Inheritance?