How do we abstract a class?

Write a few core methods that handle low-level functionsMake all low-level methods available for users to callRemove low-level methods from the class

Write a few core methods that handle low-level functions.