Question: C# [*] Create an application that would: [*] Have two classes [*] First class: [*] Represents favorite things to do on campus [*] Include the
C#
[*] Create an application that would:
[*] Have two classes
[*] First class:
[*] Represents favorite things to do on campus
[*] Include the following characteristics: name of the place, location (address), short description of things to do (site seeing, eating, bird watching, etc.), and rating (1 through 5)
[*] Write constructors
[*] Include properties, accessors, modifiers as assigned individually
[*] Override the ToString() method
------------------------------------------------
[*] Second class:
[*] Tests your favorite places on campus class
[*] Displays instructions to the user of your application (a short description of your applications functionalities and how to run it)
[*] Asks your user to input the information and writes it in the corresponding fields of each object
[*] Test your class with at least three different venues trying out different constructors, properties/instance methods
[*] Display the data from all three objects as assigned individually
[*] Make sure to use modular solution (with multiple methods)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
