hi
i already declared array of object Author arrA[]={A1,A2,A3};
and i initialized it with 3 objects ,
in my program new Author object may be added to the array during the execution
it work correctly and accept the new objects , but there is something wrong in the output , when i try to print the content of the array .