Two objects of the same class named Variables03
Listing 3 instantiates two objects of type Variables03 in dynamic memory.
The addresses of the two objects are stored in the pointer variables named ptrToObj01 and ptrToObj02.
The class named Variables03 declares a public instance
variable named instanceVariable.