Abstraction in Java — a practical guide to Java abstraction with clear examples you can reuse in real projects.
Java Tutorial Series (42/90). Prefer one article? Read the complete Java tutorial.
Short description
Callers depend on what a type can do, not how it does it.
Abstraction idea
payment.charge(100) // caller
// hidden: network, auth, retries