Understanding Object-Oriented Programming (OOP) and How to Implement It in Your Code
What is OOP
OOP stands for "object-oriented programming." It is a programming paradigm based on the concept of “objects,” which can contain data and code. The data is in the form of fields (often known as attributes or properties), and the code is in...
heemah.hashnode.dev8 min read