Advertisement
Advertisement
| 05.13.2008 at 08:19PM PDT, ID: 23400184 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: |
Book[] b = null;
Book[] tempBook;
tempBook.Length = 7
for(int i =0; i< tempBook.Length; i++)
{
Book b = tempBook[i];
Book objBook = new Book(b.ISBN);
books[i] = objBook;
}
|