What do you meant by static and dynamic modeling?
Answer Posted / mahendran a
Static Model refers to the model of system not during
runtime. This is more structural than behavioral. This
includes classes and it relationships(Class Diagram),
Packages etc. For example, the concept of class itself
static. At runtime there is no concept of Class, Sub class
etc.
Dynamic model refers to runtime model of the system. This
includes the concept of Objects, interactions,
Collaborations, sequences of operations, Activities, state
changes, memory model etc.
Is This Answer Correct ? | 62 Yes | 12 No |
Post New Answer View All Answers
Explain the use of Vtable and what are the various problems to override the functions?
What is the use of ‘finalize’?
Can a function be overloaded based on return types?
What is diamond inheritance problem? How java 8 solves this problem?
State about java and its relation to object oriented programming?
What are the interfaces you used in beans?
Is is possible to define our own functional interface?
Can you give some examples of tokens?
Can we override a method by using same method name and arguments but different return types?
What is the benefit of using inheritance?
Explain about a class?
What are abstract methods?
Define a good interface?
Define exceptions?
Is iterator a class or interface? What is its use?