Explore Library
Software Design Patterns & PrinciplesIntroduction & Core Concepts

45 items

FlashcardBeginner

Program to an Interface

Depend on abstractions rather than concrete implementations for flexible, swappable code.

Question

What does 'program to an interface, not an implementation' mean?

Click to reveal answer