What do you meant by static and dynamic modeling?
Answer Posted / musheer
Static model is a time independent view of a system . however static modelling is supposed to detail what preferrably might happen instead of the numerous possibilities. that's why it is more rigid and cannot be changed. therefore, it is called static modelling . use case can be a part of both static and dynamic modelling depending on how it is designed. normally it is, a part of static modelling . it includes
class diagram
object diagram
component diagram
deployment diagram
.Dynamic Modeling
it is time dependent and more appropriately it shows 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.
it includes
use case
interaction
state chart
activity
| Is This Answer Correct ? | 25 Yes | 9 No |
Post New Answer View All Answers
Explain what is meant by polymorphism?
State about java and its relation to object oriented programming?
What is the difference between a virtual method and an abstract method?
What is the default access modifier in a class?
Do structs support inheritance?
What is difference between polymorphism and normalization?
Explain the mechanism of composition?
What do you mean by abstract class?
Explain the use of Vtable and what are the various problems to override the functions?
How to define an interface?
What do you mean by abstract classes?
Which OOPS concept is used as a reuse mechanism?
What's the benefit of using inheritance?
Explain colloboration
What's the main difference between arraylist / hashmap and vector / hashtable?