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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

instantiate

A

To create an instance of a class.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

instance

A

An object that belongs to a class.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

object

A

A compound data type that is often used to model a thing or concept in the real world.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

attribute

A

One of the named data items that makes up an instance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly