Mar 25, 20194 min readObject Oriented Programming (OOP) Core Principle: EncapsulationThe WHAT – What’s with the Encapsulation Thing So, in a previous article I talked about Abstraction and how it simplifies a specific...
Mar 18, 20195 min readObject Oriented Programming (OOP) Core Principle: AbstractionThe WHAT – What’s with the Abstraction Thing To successfully organize your code using OOP, you need to understand and apply the core...