0%
0 / 15 answered

Calling Instance Methods Practice Test

15 Questions
Question
1 / 15
Q1

A Book class has methods: void checkOut(); void returnBook(); boolean isCheckedOut(). Book b = new Book("1984") starts checked out. How does calling b.returnBook() affect its state?

Question Navigator