Storage Classes are used to describe the different features of variables and functions in C++ programming language.
These features mainly includes the following point.
- The Scope of Variable.
- The Lifetime of variable.
- The location where the variable will be stored.
- Initial value of Variable.
- Who can access the variable or where the variable is accessible.