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
Difference between abstraction and implementation hiding ?
What is a try/ catch block?
What is the syntax of object oriented method call?
What is the main use of message metaphor in object-oriented programming?
explain dynamic binding
Can you create an instance for an abstract class?
What is difference between class and interface?
What is Overloading ? Is it similar to overriding ?
Describe the Diamond problem. Where does this problem occur?
What is the difference between class inheritance and interface inheritance?
What is the main advantage of using inheritance?
What is meant by overloading functions and operators?
How to make a class accessible as a web service?
What is static and dynamic Binding?
What is the use if instanceof keyword? And how do refer to a current instance of object?