// Java 17 // makes IMMUTABLE objects record Book(String title, String author, int numPages, boolean isCopyrighted) {}