What do you meant by static and dynamic modeling?
Answer Posted / arul
Static modeling is used to specify structure of the
objects that exist in the problem domain. These are
expressed using class, object and USECASE diagrams.
Dynamic modeling refers representing the object
interactions during runtime. It is represented by sequence,
activity, collaboration and statechart diagrams
| Is This Answer Correct ? | 178 Yes | 39 No |
Post New Answer View All Answers
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?
What are the different types of arguments?
How many methods are there in the serializable interface?
How will you define abstract classes?
What is ‘this’ pointer?
What is the syntax of object oriented method call?
What is abstract method?
What is constructor and virtual function? Can we call virtual funciton in a constructor?
Why we use oops concepts? What is its advantage?
What are the access modifiers?
What are the rules to define a functional interface?
Explain persistence?
What are abstract methods?
Is @functionalinterface annotation mandatory to define a functional interface? What is the use of @functionalinterface annotation? Why do we need functional interfaces in java?
What is the use of ‘finalize’?