The definition of an object(variable ):
We can explain a variable(set memory to the variable) in the following ways.
e.g.
double salary;
int month;
When more than one variable of similar type are required a comma can be used to declare multiple variables.