Revature Interview Question

What is abstraction? Explain and give an example.

Interview Answer

Anonymous

Dec 10, 2020

Abstraction is a process of hiding the implementation details and showing only functionality to the user. It lets you focus on what the object does instead of how it does it.

3