Series: Master OOP for Software Engineering Interviews

Introduction
Ask ten beginner developers:

"What is abstraction?"

Most answers sound like this:

"Abstraction is the process of hiding implementation details and showing only essential information."

Technically, that's correct.

But if I ask the next question:

"Why was abstraction...