I am new to OOP ,I had data storage class which need to store temporary data which need for future calculation in a application ,i need to assign different values into this class and return class objects more than one,according to my knowledge there is OOP pattern which i can used for this kind of problem which increase re- usability if some one have have expert in this area please help me to find best pattern for my problem.
Thanks !