Another blog
  • Impressum/Datenschutz
  • About

Software Development

A collection of 1 posts
Your interface is not an abstraction
Java

Your interface is not an abstraction

Interfaces are great. You can write a library, bind your code internally to interfaces and handout the library to consumers which in turn just implement the interfaces. You, as a library implementer, are none the wiser about any implementers. All you know is your code and your interface. Neat!
26 October 2022 2 min read
Another blog © 2023
Powered by Jekyll & Kaschber