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
Differentiate between overloading and overriding.
Can you define OOP and principles of OOP?
What is data abstraction? what are the three levels of data abstraction with Example?
What is the abstract method modifier?
what are the different ways for a method to be overloaded?
Can you explain primordial class loader?
How many methods are there in the externalizable interface?
Which oops concept is used as reuse mechanism?
Explain about realistic modeling?
What is multiple inheritance? How java 8 supports multiple inheritance?
Why is OOP good?
What are the basic concepts of oop?
explain the difference between operator overloading and function overloading.
Why dynamic binding is used in object-oriented programming?
What is super keyword?