How might we set a bookmark for the cookbook object?
cookbook
cookbook.setBookmark(11);
Book.setBookmark(11);
cookbook is an instance of Cookbook. Cookbook inherited the setBookmark() method so it can use it as its own method.
Cookbook
setBookmark()