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


Please Help Members By Posting Answers For Below Questions

Explain the use of Vtable and what are the various problems to override the functions?

697


What is the use of ‘finalize’?

776


Can a function be overloaded based on return types?

678


What is diamond inheritance problem? How java 8 solves this problem?

829


State about java and its relation to object oriented programming?

780






What are the interfaces you used in beans?

691


Is is possible to define our own functional interface?

754


Can you give some examples of tokens?

809


Can we override a method by using same method name and arguments but different return types?

695


What is the benefit of using inheritance?

777


Explain about a class?

719


What are abstract methods?

739


Define a good interface?

716


Define exceptions?

676


Is iterator a class or interface? What is its use?

691