What is encapsulation?
defining classes by focusing on what is important for a purpose
hiding the data and implementation details within a class
making all methods private
using words to define classes