Java series (Deep-learning ) : 3 - OOP's concept - Abstraction
π§© What is Abstraction?
Abstraction is one of the fundamental principles of OOP.
It involves hiding the complex implementation details of an object and exposing only the necessary and relevant parts.
π Why is Abstraction Important?
Simplifies c...
devraghu.hashnode.dev2 min read