in Object Oriented Programming recategorized by
2,975 views
1 vote
1 vote

The Object Modelling Technique (OMT) uses the following three kinds of model to describe a system

  1. Class Model , Object Model and Analysis Model
  2. Object Model, Dynamic Model and Functional Model
  3. Class Model, Dynamic Model and Functional Model
  4. Object Model, Analysis Model and Dynamic Model
in Object Oriented Programming recategorized by
3.0k views

1 Answer

1 vote
1 vote
Best answer

Ans : B

The Object-Modelling Technique (OMT) describes Object model or static structure of the system.
 The purposes of modelling are:
·      testing physical entities before building them (simulation),
·      communication with customers,
·      visualization (alternative presentation of information), and
·      reduction of complexity.
OMT has proposed three main types of models:
·      Object model: The object model represents the static  modelled domain. Main concepts are classes and associations with attributes and operations. Aggregation and generalization (with multiple inheritance) are predefined relationships.
·      Dynamic model: The dynamic model represents view on the model. Main concepts are states, transitions between states, and events to trigger transitions. Actions can be modelled as occurring within states. Generalization and aggregation (concurrency) are predefined relationships.
·      Functional model: The functional model handles the process perspective of the model, corresponding roughly to data flow diagrams. Main concepts are process, data store, data flow, and actors.
OMT is a predecessor of the Unified Modelling Language (UML).

selected by
by
Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true