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 function of dynamic typing?
What does it mean that a method or class is abstract?
Name some languages which have object oriented language and characteristics?
Differentiate between a class and a method.
What is serialization? How do we implement serialization actually?
What are manipulators?
Describe inheritance and non-inheritance of a derived class?
How many methods are there in the serializable interface?
Explain about a class in oop?
Explain the abstract class modifier?
How do you prevent a class from being inherited by another class?
What is an abstraction?
What are the different principle of OOPS?
Explain about the relationship between object oriented programming and databases?
What is the difference between oop and sop?