pages abstract method

void pages(
  1. Book book
)

parse pages in book and put them all in it

Implementation

void pages(Book book);