class Test{ private: int a; static short creation_count; public: explicit Test(int a); ~Test(); void print() const; };