Question: I need help in C# code UML Class diagram: Document +authors: String[] -date : Date +getAuthors(): String[] +addAuthor(name): void +getDate(): date Book -title:String Email -subject:

I need help in C# code

I need help in C# code UML Class diagram: Document +authors: String[]

UML Class diagram: Document +authors: String[] -date : Date +getAuthors(): String[] +addAuthor(name): void +getDate(): date Book -title:String Email -subject: String -to : String[] +getSubject(): String + getTo(): String[] +getTitle(): String Note: In the diagram above String [] means string array or string data structure. You can use a list of type string if you want a data structure that is more dynamic than an array. Instructions: 1- Convert the UML Class diagram above to C# code. 2- In the main method create one object of type Email and one object of type Book. a. Display the subject and to whom the object of type Email is addressed to. 6. Display the title of the object of type Book

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!