Here's a class named Book. It has three fields: a string field title, an int field yearOfPublishing and an array of strings authors.
Write getters and setters for all fields.
Here's a class named Book. It has three fields: a string field title, an int field yearOfPublishing and an array of strings authors.
Write getters and setters for all fields.
Create a free account to access the full topic