Knowledge in OBJECT ORIENTED MODELING AND DESIGN

OBJECT ORIENTED MODELING AND DESIGN

It contains notes for Engineering OBJECT ORIENTED MODELING AND DESIGN for CS branch

Basic Structural Modeling

Basic Structural Modeling Classes Relationships Common Mechanisms Diagrams Classes are the most important building block of an object oriented system. A class is a description of a set of objects that share the same attributes, operations, relationships and semantics. A class implements one or more interfaces. Classes are used to capture the vocabulary of the system you are developing. Classes may include abstractions that are part of the problem domain.