What do you meant by static and dynamic modeling?

Answer Posted / musheer

Static model is a time independent view of a system . however static modelling is supposed to detail what preferrably might happen instead of the numerous possibilities. that's why it is more rigid and cannot be changed. therefore, it is called static modelling . use case can be a part of both static and dynamic modelling depending on how it is designed. normally it is, a part of static modelling . it includes
class diagram
object diagram
component diagram
deployment diagram

.Dynamic Modeling
it is time dependent and more appropriately it shows what an object does essentially with many possibilities that may arise. it is flexible but its flexibility is limited to the design on the system.
it includes
use case
interaction
state chart
activity

Is This Answer Correct ?    25 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the problems faced by the developer using object oriented programming language?

547


Define Data Abstraction. What is its importance?

550


Why use oops?

522


Can I implement polymorphism using abstract class?

565


What is the difference between oop and sop?

744






What is Abstract method and how different from Virtual Method?

520


Can you define OOP and principles of OOP?

565


Is it possible to create partial structs, interfaces and methods?

527


Explain what a method is?

609


What is polymorphism? When is it employed? give an example.

560


what three "domains" are considered during analysis modeling?

6384


What is inheritance in java?

550


Can you create an instance of an abstract class?

562


Can we have a default method definition in the interface without specifying the keyword "default"?

530


Explain what an object is.

635