Question: in c# Create a program named ConferencesDemo for a hotel that hosts business conferences. Allows a user to enter data about five Conference objects and
in c# "Create a program named ConferencesDemo for a hotel that hosts business conferences. Allows a user to enter data about five Conference objects and then displays them in order of attendance from smallest to largest. The Conference class contains fields for the Conference group name, starting date (as a string), and number of attendees. Include properties for each field. Also, include an IComparable.CompareTo() method so that Conference objects can be sorted." Farrell, Joyce. Microsoft Visual C# 2015: An Introduction to Object-Oriented Programming (Page 419).
Thank you in advance for your help.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
