Let’s start off by defining Object Oriented Programming. According to Wikipedia, it’s is a programming paradigm based on the concept of "objects", which can contain data, in the form of fields (often known as attributes or properties), and code, in…
Month: September 2019
What is an IDE? you might ask yourself. Well, in short it stands for Integrated Development Environment. But there's more to this software than its name. It's entirely okay to write code in a text editor such as Microsoft notepad,…