I missed class this week, due to my son being sick and I missed this portion of the lecture for the week. This is example below is what they went over in class but im having a hard time understanding what needs to be done and the book nor the teachers examples are clearly expressed so that I can understand. I guess what I need is some guidance and code this so that I can get a visual representation of what to do for my homework assignment. Thank you very much in advance.
From the following UML diagrams write the C# classes and the programs to test them.Assume you are using empty-argument constructors and public properties.
**Book**
------------------
-Title
-Author First Name
-Author Last Name
-ISBN Number
------------------
+checkOut
+CheckIn