Category Archives: OOP

Basics of Object Oriented Programming

Below you’ll find some of the basic concepts of Object Oriented Programming: OOP: Object Oriented Programming is a software design philosophy or approach, which aims to model software closer to what we see in real life. While procedural languages like C focus on functions that manipulate data, OOP languages like C++ or Java focus on […]