#ifndef NEW2_H #define NEW2_H #include #include #include /* this class is one of the extracted class by our method Author: Mehmet KAYA */ using namespace std; class New2 { private: string funinvokes[100]; int topInvok; time_t rawtime; public: New2(){ topInvok=0; time ( &rawtime ); string t=string(ctime(&rawtime)); string temp="Class1 invoked: "; temp+=t; fun2_8(temp); } void fun2_1() { cout<<"Index out of range!\n"; cout<<"The Array has "<