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
Write a note about inheritance?
What is the order of call of constructors in inheritiance?
What is the benefit of Composition over Inheritance?
Explain about abstraction?
What are inner classes and what is the practical implementation of inner classes?
What are the features of encapsulation ?
What is a try/ catch block?
What are base class, sub class and super class?
What is the difference between a class and a structure?
Explain what an object is.
What are the access modifiers?
What is the function of dynamic typing?
What is the difference between data hiding and implementation?
What is the benefit of using inheritance?
What is the difference between class and interface?