What do you meant by static and dynamic modeling?
Answer Posted / sunil motihar
Static modelling in a time independant view of a system.
However, Static modelling is supposed to detail what
preferrably might happen instead of the numerous
possibilities. Thts why, it is more rigid and cannot be
changed. Therefore, it is called Static Modelling. Use Case
can be part of both Static and Dynamic Modelling depending
on how it is designed. Normally, it is a part of Static
Modelling.
Dynamic Modelling is time dependant. And more
appropriately, it show what an object does essentially with
many possibilities that may arise. It is flexible but its
flexibility is limited to the design on the system.
Interaction, State Chart and Collaboration Diagrams are
good examples of Dynamic Modelling.
| Is This Answer Correct ? | 30 Yes | 6 No |
Post New Answer View All Answers
What do you mean by polymorphism?
Why do we use oops concepts? What is its advantage?
What are base class, sub class and super class?
Why is java not fully objective oriented?
What is early and late Binding?
What is the function of dynamic typing?
What is abstract method?
Differences between functional programming and object-oriented programming?
Can an interface implement or extend another interface?
How many methods are there in the serializable interface?
How do we implement serialization actually?
Explain about abstraction?
What is bootstrap, extension and system class loader?
What is the abstract method modifier?
Differentiate between data abstraction and encapsulation.