ABSTRACT

Whenever you use a variable in C++ you must specify the type of data that will be stored in that variable. Moreover, once you have chosen the type of data to be stored in a given variable you can’t change it. The jargon phrase is that it is a statically typed language. This distinguishes C++ from computer languages which take a more relaxed attitude to specifying the type of data.