Object-Oriented Programming: Abstraction
Nov 30, 2020 · 3 min read · Abstraction is hiding complex code implementation and only exposing the functionality. A real-life example of abstraction is the sending of an email. As a sender, we do not care about the internal mechanism of sending an email. All we care about is ...
Join discussion



