Object Oriented Programming Flashcards
1
Q
Encapsulation
A
The bundling of data with methods that can operate on that data within a class
2
Q
Get methods
A
Retrieving information
3
Q
Set methods
A
Change info
4
Q
Information hiding
A
Helps to control the program and prevent it from becoming complex
5
Q
Abstraction
A
Only shows essential detail whilst keeping everything else hidden