C++98 is the first standardized version of C++. As it was developed as an extension to C, many of the features which set apart C++ from C are added.
Language Extensions (in respect to C89/C90)
Classes, Derived classes, virtual member functions, const member functions
Function overloading, Opera...