Answer:
Option c An attribute of the story object is isHardcover
Step-by-step explanation:
Given a book class that contains a boolean variable isHardcover. This is considered as an instance variable that will be available to all book object. Since the object story is declared as type Book and therefore it possesses the instance variable, isHardcover. The instance variable in an object is also termed as attribute which is a data component of the object.