C++
06-10-2020
In 1979, Bjarne Stroustrup, a Danish computer scientist, began work on "C with Classes", the predecessor to C++. In 1985, the first edition of The C++ Programming Language was released.
C++ has object-oriented programming (OOP) features. You can use OOP in C++ but it is not mandatory. So not every C++ program is object-oriented!