/* *. Do not create object of Book class. Use array to store the objects of child class. writing "Book [] b=new Book[3]; b[i]=new Novel;" is wrong. Make proper use of "instanceOf" call */
↧
/* *. Do not create object of Book class. Use array to store the objects of child class. writing "Book [] b=new Book[3]; b[i]=new Novel;" is wrong. Make proper use of "instanceOf" call */