Pointers to Classes
Pointers to classes are no different that pointers to built-in objects (e.g., int, char, float)
Example: pointer_to_class.cpp
Note: in above example objects of type myClass use 16 bytes. Why 16?