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 is the difference between an abstract class and interface in java?
What is the best tool for modeling and ORM framework
How can we restrict inheritance for a class so that no class can be inherited from it?
What is multiple inheritance? How java 8 supports multiple inheritance?
What is the syntax of object oriented method call?
Why dynamic binding is used in object-oriented programming?
What is the difference between data hiding and implementation?
Write a note about inheritance?
Can you create an instance of an abstract class?
Define modularity?
What is a ternary operator?
What is the use of destructive method?
Explain serialization and overriding?
What if we override the conflicting method in the class?
How many methods are there in the externalizable interface?