Suppose i have a book class and bookArray class.in book class contains four fields name,id ,publisher and author.
in bookArray class:
book bookArray=new book[20];
i have to save those four fields...