How do we abstract a class?

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

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