The year 1979 saw Danish computer scientist, ‘Bjarne Stroustrup’ working on a project of C language, that he called ‘C with Classes’. He enriched C language by introducing new features like classes, derived classes, default arguments, and inlining to the C compiler. 14 years later, ‘C with Classes’ was labeled ‘C++’ with the addition of virtual functions, operator overloading, references, etc. Fast forward to 2016, C++ continues to be the go-to language of modern-day programmers [...]