Unlock access to all the studying documents.
View Full Document
oriented technology approach.
A procedure manipulates or changes ____.
A class contains information and procedures and acts as a template to
create ____.
A class is the combination of information and ____.
Breaking down information and procedures for ease of use and
understandability is referred to as _____.
A(n) _____ is an actual item representing a class.
Messages are how objects _____ with other objects.
Information and procedures create ____, which in turn create objects.
System users are the individuals who use a system and are responsible for
inputting the actual information, or creating the ____.
Inheritance is the ability to define _____ and _____ relationships among
classes.
_____ and _____ relationships are another way of thinking about superclass
and subclass relationships.
The primary benefit of ____, or the ability to define superclass and subclass
relationships, is reuse.
Objects are sometimes referred to as ____, in that the information inside an
object is hidden and all that can be viewed is the object.
A business benefit from the _____ principle of object-oriented technologies
is the ability to easily expand and maintain a system.
Polymorphism means “to have many ____.”
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.
In a supply chain management system, creating shipping, distribution, and
vehicle objects allows you to control your ____.
_____ refers to how well your system can adapt to the increased demands
of additional users.
_____ databases organize information into fields, records, and files.
A program is a set of _____ that, when executed, cause a computer to
behave in a specific manner.
Java and C++ are types of ____.
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.