1.2. Object Modeling Technique (OMT)

Object Modeling Technique (OMT) is a methodology that helps you design a solution to a problem. The methodology creates object models, dynamic models, and functional models. We will discuss the object model in this chapter, which describes the static structure of a system. The dynamic model, which describes how objects interact over time, and the functional model, which describes how objects perform computations, are left for the reader to pursue independently. All of these models offer different, but complementary, views of a system. OMT is described in Rumbaugh, et al.[1]

[1] Rumbaugh, James, Blaha, M., Premerlani, W., Eddy, F., and Lorensen, W. Object-Oriented Modeling and Design. Prentice Hall, 1991. With ...

Get Navigating C++ and Object-Oriented Design now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.