oriented technology approach.
92.
A procedure manipulates or changes ____.
93.
A class contains information and procedures and acts as a template to
create ____.
94.
A class is the combination of information and ____.
95.
Breaking down information and procedures for ease of use and
understandability is referred to as _____.
96.
A(n) _____ is an actual item representing a class.
97.
Messages are how objects _____ with other objects.
98.
Information and procedures create ____, which in turn create objects.
99.
System users are the individuals who use a system and are responsible for
inputting the actual information, or creating the ____.
100.
Inheritance is the ability to define _____ and _____ relationships among
classes.
101.
_____ and _____ relationships are another way of thinking about superclass
and subclass relationships.
102.
The primary benefit of ____, or the ability to define superclass and subclass
relationships, is reuse.
103.
Objects are sometimes referred to as ____, in that the information inside an
object is hidden and all that can be viewed is the object.
104.
A business benefit from the _____ principle of object-oriented technologies
is the ability to easily expand and maintain a system.
105.
Polymorphism means “to have many ____.”
106.
In terms of inventory control, _____ objects know their origin, their
destinations, and their primary goal of arriving at a destination on time with
the lowest expense.
107.
In a supply chain management system, creating shipping, distribution, and
vehicle objects allows you to control your ____.
108.
_____ refers to how well your system can adapt to the increased demands
of additional users.
109.
_____ databases organize information into fields, records, and files.
110.
A program is a set of _____ that, when executed, cause a computer to
behave in a specific manner.
111.
Java and C++ are types of ____.
112.
A feature of object-oriented databases is that one is not restricted to _____
tables, which provides greater flexibility in storing and defining procedures
that work with complex data types.