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
Can different parts of a partial class inherit from different interfaces?
Can an interface implement or extend another interface?
What is the difference between data hiding and implementation?
What is the difference between function overloading and over riding?
Do we require parameter for constructors?
What are the interfaces you used in beans?
Write down how will you create a Binary tree?
What is the difference between a class and a structure?
What is multiple inheritance? How java 8 supports multiple inheritance?
Can a function be overloaded based on return types?
What is the use of interface?
What is the main difference between overloading and overriding?
Why is OOP good?
Can you create an instance for an abstract class?
Write a note about inheritance?