Abstraction allows other developers to use our class without having to know what low-level methods it has or how they even work.

Other developers can create a new object from our Car class and use it by just calling a few core methods.

Make sure to pick startUp().