222CCS-4 Object Oriented Programming Assignment - II Write a Java program for the following Class Diagram. Document -authors : String ) -date : Date +getAuthors() : Stringl) +addAuthor(name) : void...


222CCS-4 Object Oriented Programming<br>Assignment - II<br>Write a Java program for the following Class Diagram.<br>Document<br>-authors : String )<br>-date : Date<br>+getAuthors() : Stringl)<br>+addAuthor(name) : void<br>+getDate() : date<br>Book<br>EMail<br>-title : String<br>-subject : String<br>-to : Stringl]<br>+getSubject() : String<br>+getTo(): String[)<br>+getTitle() : String<br>Instructions:<br>1. This java program is for an application that stores the author (Writer) data of<br>some books and emails.<br>2. getAuthors() method get the list of authors and store it in a String array.<br>3. addAuthors(0 method is used to add an author anytime for book or email.<br>4. getDate() method get the date of the book or email.<br>5. getTitle() method can be used to get the title of the book.<br>6. getSubject() method is used to get the Subject of the email.<br>7. getTo() method is used to get the information about the mail to whom it is sent.<br>8. All get methods need to return the values in the corresponding instance<br>variables.<br>9. Scanner class can be used to set the data for the variables. The programmer can<br>give his/her own methods to set the instance variables.<br>

Extracted text: 222CCS-4 Object Oriented Programming Assignment - II Write a Java program for the following Class Diagram. Document -authors : String ) -date : Date +getAuthors() : Stringl) +addAuthor(name) : void +getDate() : date Book EMail -title : String -subject : String -to : Stringl] +getSubject() : String +getTo(): String[) +getTitle() : String Instructions: 1. This java program is for an application that stores the author (Writer) data of some books and emails. 2. getAuthors() method get the list of authors and store it in a String array. 3. addAuthors(0 method is used to add an author anytime for book or email. 4. getDate() method get the date of the book or email. 5. getTitle() method can be used to get the title of the book. 6. getSubject() method is used to get the Subject of the email. 7. getTo() method is used to get the information about the mail to whom it is sent. 8. All get methods need to return the values in the corresponding instance variables. 9. Scanner class can be used to set the data for the variables. The programmer can give his/her own methods to set the instance variables.

Jun 01, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here