Object-Oriented Programming
Object-Oriented Programming (OOP) is a programming paradigm that relies on the concept of “objects”. Objects are instances of classes, which can contain data in form of fields, often known as attributes, and code, in the form of methods. In OOP, comp...
khoafrancis.xyz11 min read