Object-Oriented Design. Chp: 1 Flashcards
an object is a collection of …?
data and associated behaviors
software objects are …?
models of something that can do certian things and have certain things done to them.
Object-Oriented analysis(OOA) is the process of …?
looking at a problem, system, or task and identify the objects and the interactions between those objects. The analysis stage is all about what needs to be done.
the output of the analysis stage is a …?
set of requirements
classes describe …?
objects
What are the blueprints for creating objects?
classes
the term used for the kind of object it is is called?
class
What does UML stand for?
Unified Modeling Language
Association is the most basic way for two …?
q
classes to be related.
Objects are instances of …
classes that can be associated with each other.
Cardinality refers to the …?
… actual number of items in a set
Multiplicity specifies …?
… how small or large the set could be.
an object instance is …?
is a specific object with its own set of data and behaviors.
data represents the …?
… individual characteristics of a certain object.
A class can define specific set of characteristics that are shared ….?
by all objects from that class.