Question: 1 Using this UML diagram, create 2 classes IN C# VISUUAL STUDIO CODE CLASS LIBRARY. Make the classes as accurate to the UML as possible.

1 Using this UML diagram, create 2 classes IN C# VISUUAL STUDIO CODE CLASS LIBRARY. Make the classes as accurate to the UML as possible. RoomRental Fields private Customer customer private int nRooms private const decimal UNITCOST Properties public Customer Customer- public int NRooms Methods public Rental(Customer customer, int nRooms) public decimal calTotal (- public String toString() Aggregation Customer- Fields private String fName private String IName Properties public String FName public String LName Methods public Customer(String fName, String IName) public String toString()
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
