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
Why is OOP good?
What does the “abstract” keyword mean in front of a method? A class?
Explain about overriding polymorphism?
What do you mean by abstract classes?
What's the order of call of constructors in inheritiance?
What is the default access modifier for a class,struct and an interface declared directly with a namespace?
What are the main features of oops?
What is the difference between public, private and protected access modifiers?
Explain about object oriented programming?
What is the abstract method modifier?
What is a final variable?
Does a class inherit the constructor of its super class?
What are base class, sub class and super class?
What is the best tool for modeling and ORM framework
What is the difference between multiple and multilevel inheritance?