i have 10 different classes-objects that are controled by a another class{call it Central class). All 10 classes need to write to the same file(not at the same time). Is it better to have central class control the stream and pass it to the other classes, or each class should implement it's own stream{for as long it is needed}...and all of this streams write to the same file...
thanks for your help