I have a book class, then a novel- and a science book class that extend the book class.
I made an ArrayList using the book class, then inserted the novels and the science books into that. Now I'm trying to iterate through the ArrayList to count how many novels are there. How can I tell?
Would love to see some examples of this! I've been at it for a while.