Skip to main content

One post tagged with "Polymorphism"

Polymorphism is a major pillar of Object-Oriented Programming

View All Tags

Abstractions, Abstractions… Different Kinds of Abstractions

· 11 min read
Kenny Pflug
Kenny Pflug
Engineering Manager at TELIS/GWVS, Conference Speaker, Consultant

In my video series on the Dependency Inversion Principle that you can watch on YouTube now, I talk a lot about object-oriented abstractions and how we can use them to structure our code in a loosely coupled way. But I didn’t really specify what ‘Abstraction’ actually means in terms of Computer Science.