Question 116:
Given the definition of the Book class:
Which statement is true about the Book class?
Answer options:
A. It demonstrates encapsulation. B. It is defined using the factory design pattern. C. It is defined using the singleton design pattern. D. It demonstrates polymorphism. E. It is an immutable class.