this.title = title; this.author = author; this.isbn = isbn;
return this.author;
return this.isbn;
return this.title;