Object Oriented Programming in C++

📖 Definition:

A variable is a named memory location used to store data.

 
int age = 25;