Let\'s say I have a class that looks like this:
Class A{ private: int* A1; int* A2; public: A(): A1(new int[1000]), A2(new int[1000]){}