Chapter 13 Flashcards
1
Q
class
A
A user-defined compound type. A class can also be thought of as a template for the objects that are instances of it.
2
Q
instantiate
A
To create an instance of a class.
3
Q
instance
A
An object that belongs to a class.
4
Q
object
A
A compound data type that is often used to model a thing or concept in the real world.
5
Q
attribute
A
One of the named data items that makes up an instance.