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 we access interface static method using interface references?
What are the major differences between late and dynamic binding?
What do you mean by data hiding?
Why is class hierarchies managed in object-oriented programming?
Why are outlet connections required in object-oriented programming?
Explain what is an object?
Is is possible to define our own functional interface?
What is the main use of message metaphor in object-oriented programming?
Explain the use of Vtable and what are the various problems to override the functions?
How can we call the base method without creating an instance?
Are constructors inherited? Can a subclass call the parent's class constructor? When?
What are the problems faced by the developer using object oriented programming language?
What is inheritance in java?
What's the main difference between arraylist / hashmap and vector / hashtable?
Which keyword can be used for overloading?