What do you meant by static and dynamic modeling?
Answer Posted / arul
Static modeling is used to specify structure of the
objects that exist in the problem domain. These are
expressed using class, object and USECASE diagrams.
Dynamic modeling refers representing the object
interactions during runtime. It is represented by sequence,
activity, collaboration and statechart diagrams
Is This Answer Correct ? | 178 Yes | 39 No |
Post New Answer View All Answers
What is the difference between an interface and abstract class?
Differentiate between an abstract class and an interface?
What is abstraction? How does it differ from encapsulation
How do you prevent a class from being inherited by another class?
Write a note on encapsulation?
Explain about object oriented databases?
What is the difference between a class and a structure?
State two differences between an object and a class.
What is an abstract property. Give an example?
What is multiple inheritance? How java 8 supports multiple inheritance?
When will you use an interface and abstract class?
What are abstract classes?
Explain serialization and overriding?
What is a nested interface?
What is the difference between new and override?