you are part of a team creating a system to keep


You are part of a team creating a system to keep track of computer science books that a publisher is producing. Create a UML class diagram for a "computer science book". You must have at least 4 fields and 8 methods. Make sure you use the proper format, appropriate naming conventions, and correct data types in the class diagram.

CS Books

 

-          bookTitle : String

-          bookAuthor : String

-          numberofBook : int

-          numberSold : int

 

+ setBookTitle (String) : void

+ setBookAuthor(String) : void

+ setNumberofBook() : void

+ setNumberSold() : void

+ getBookTitle() : String

+ getBookAuthor() : String

+ getNumberofBook() : int

+ getNumberSold() : int

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: you are part of a team creating a system to keep
Reference No:- TGS0205320

Expected delivery within 24 Hours