#include "Array.h" // No method is implemented in .cpp. All of them are defined in .h // Most compilers fail otherwise. Therefore, is simpler to implement // each method into the template class, as it is done in Java