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 meant by “abstract interface”?
Explain the usage of encapsulation?
Define a good interface?
Is it possible to override private virtual methods?
What is the benefit of using inheritance?
Name some languages which have object oriented language and characteristics?
What is polymorphism and abstraction?
Explain the mechanism of composition?
explain the difference between operator overloading and function overloading.
Explain the implementation phase with respect to oop?
What is the default access modifier for a class,struct and an interface declared directly with a namespace?
What is the significance of encapsulation?
What are the rules to define a functional interface?
What are the limitations of inheritance?
What are the major differences between late and dynamic binding?