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
Can you instantiate an abstract class and what is an inner class?
What is the difference between an Abstract class and Interface?
What is the difference between class inheritance and interface inheritance?
what is full form OOP?
When will you use an interface and abstract class?
Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?
What is sealed modifiers?
Explain the implementation phase with respect to oop?
What are the different types of inheritance?
Explain about the relationship between object oriented programming and databases?
What is garbage collection(gc)?
If a class inherits an interface, what are the 2 options available for that class?
What are the Differentiate between abstraction and encapsulation.
What is the function of dynamic typing?
What is difference between static and non-static fields of a class?