I wanted to use only a specific block of memory for the class so that for an object, its member variables are allocated memory from the same block. And if the object goes out of the scope, then the memory block is again available for reuse.
Asked
Active
Viewed 83 times