OOP with C++ and Java
As a student, I tend to stay in line with what topics and methods that were first taught to me at a young age. As I grew, learning new things from different sources of information, the quirk of curiosity grew in my ever-expanding arsenal of traits and identity. Going into the field of software development, the majority of what I thought revolved around using the programming language we all are familiar with, named Java. All of us students of SAIT have come learn a lot about Java, either adoring or hating it at the end. However, there is a plethora of other programming languages such as Python and JavaScript. C++ is the language that has peeked my interest as its predecessors in the C family have existed since the 70s. Out of curiosity, I wondered how different will making object oriented programs be between Java and C++. Allow me to share my journey in quelling said curious thought. If you are using Visual Studio Code as your I...