#object-oriented-programming
Read more stories on Hashnode
Articles with this tag
To hide the unnecessary details of an implementation A simple example of abstraction is the concept of a car. When you drive a car, there is the...
Encapsulation Encapsulation is the principle that limits access to of an object's state; and the bundling of methods and operations that do work on a...