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