Hi ,
I will get the 50 values.Here I have tow scenarios.
Case -1 ) 50 Values may be same data types
10,20,30,50 .......
Case-2) Different data types
10.0,20.0,'Yes',1
How to store these values ?.Whether using a list is a better approach or create a class and 50 memeber variables to the class and use that variables.
Could anybody suggest the better approach to store the variable data.
Thanks
PSB