What is OOP? OOP stands for Object Oriented Programming and is a way of writing code to solve problems in a way that is not language specific. OOP primarily focuses on using objects containing data and methods to solve problems, the benefit
Read More