objects first java exercise 291 book project add further boolean field coursetext book class

Objects first with Java

Exercise 2.91 Book Project

Add a further boolean field, courseText, to the Book class. This records whether or not a book is being used as a text book on a course. The field should be set through a parameter to the constructor and the field is immutable. Provide an accessor method for it called isCourseText.

0 replies

Leave a Reply

Want to join the discussion?
Feel free to contribute!

Leave a Reply

Your email address will not be published. Required fields are marked *