MIS 350 Flashcards

1
Q

class is the blueprint for

A

creating objects

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

objects are

A

instances of the class

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

what does the class define

A

data and behavior the objects will have

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

attributes are

A

variables that hold the state of an object

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

a class like person can attributes such as

A

name, age, and address

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

methods are

A

functions defined within the classm

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

methods describe

A

behavior of the objects created from the class

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