Object Oriented Programming Object Oriented Programming, also known as OOP, is a way of coding using the idea of ‘objects’ to represent data and methods. It differs from other forms of programming as it organises design around data rather than functions and logic. An object is anything within the code which can be defined asContinue reading “Programming Assignment 1”