Object Oriented Programming Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Encapsulation

A

The bundling of data with methods that can operate on that data within a class

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

Get methods

A

Retrieving information

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

Set methods

A

Change info

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

Information hiding

A

Helps to control the program and prevent it from becoming complex

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

Abstraction

A

Only shows essential detail whilst keeping everything else hidden

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