00001 00015 template <typename T> 00016 void NewClass<T>::display() 00017 { 00018 cout << theData; 00019 } // end display