Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Name Event Center A local group has a large building that they would like to lease once a month, on the first Saturday of the
Name Event Center A local group has a large building that they would like to lease once a month, on the first Saturday of the month, for events. Write a program that records, displays, and calculates summary information for the events. Include an Event class that has the following member variables: name type attendance int Computer Science 2 Programming Assignment 7 Classes 75 Points Data Type string enum (GENERAL, DINNER, CONCERT} Your class must have the following constructors and member functions: Default Constructor: This constructor should create an empty Event object, setting the name to "", the type to GENERAL, and the max_attend to 0. Description Text describing the event Event type (used to determine how to configure the venue for the event). Number of people attending 2nd Constructor: This constructor should accept the Event's name, type, and max attendance as arguments. Accessors: Appropriate accessor functions to return the values stored in an object's member variables. Mutators: Appro
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started