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

How to differentiate between a CreateObject() and GetObject() ?

558


Explain about the relationship between object oriented programming and databases?

513


What is the benefit of using inheritance?

581


What are the access modifiers?

611


Difference between abstraction and implementation hiding ?

577






What is the super keyword?

606


What is data abstraction? what are the three levels of data abstraction with Example?

560


Difference between composition and inheritance ?

548


What is sealed modifiers?

590


How to achieve data abstraction?

526


How to make a class accessible as a web service?

526


Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?

555


What is the syntax of object oriented method call?

551


What are all the languages which support oop?

541


Explain about inheritance hierarchies?

551