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
What are the different principle of OOPS?
What is static polymorphism?
Explain about a class?
What is the difference between an abstract class and interface in java?
Explain about object oriented databases?
What is the need of multiple inheritance?
explain the difference between operator overloading and function overloading.
What are the access modifiers?
Can you give some examples of tokens?
Explain what is an object?
Explain about encapsulation?
Can you tell something about GDI objects?
What is a pure virtual function?
Write down how will you create a Binary tree?
What is the difference between an error and an exception?