if i have a class (A) storing 2 numbers, and i have another class (B) storing an array of 100 class A objects.
to do a "save" function, how can i do that task with the highest efficiency ?
to do a "save" function, how can i do that task with the highest efficiency ?
Comment