Create a copy constructor for the following book class you


Please help me with the java problem

Create a copy constructor for the following Book class. You may need to create necessary getter and setter functions for the copy constructor to work.

public class Book

{

/** Instance variables */

private String title;

private String author;

private String ISBN;

private int yearPublished;

}

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Create a copy constructor for the following book class you
Reference No:- TGS02889512

Expected delivery within 24 Hours