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 is method overriding?
What is the difference between an abstract class and interface in java?
What are extrinsic and intrinsic connections in object-oriented programming?
What are the four important foundation concepts of OOP ?
What are different types of arguments?
How can we call the base method without creating an instance?
What is the default access modifier for a class,struct and an interface declared directly with a namespace?
Name the different creational patterns in object oriented design?
What is diamond inheritance problem? How java 8 solves this problem?
Explain about instance in object oriented programming?
Which OOPS concept is used as a reuse mechanism?
What is bootstrap, extension and system class loader?
Differences between functional programming and object-oriented programming?
What are the limitations of oops?
How many methods do u implement if implement the serializable interface?