How do we abstract a class?
Write a few core methods that handle low-level methods
Make all low-level methods available for users to call
Remove low-level methods from the class
Write a few core methods that handle low-level methods.