OOP C++ Programs
To compile these cpp programs you should at least have c++11 or later c++ version installed on your machine. create a makefile or use g++ -std=c++17 main.cpp [otherfiles_cpp] If you have a makefile then do: make run Otherwise ./object_file