Answered step by step
Verified Expert Solution
Question
1 Approved Answer
This simple class has two member variables and four member functions to set and get the variables. setName should change member variable name to the
This simple class has two member variables and four member functions to set and get the variables.
setName should change member variable name to the parameter
setArtist should change member variable artist to the parameter a
getName should return member variable name
getArtist should return member variable artist
Implement a complete program which declares this class and implements all four of its member functions. Then, create a simple main program which creates an object of the class, asks the user for name and artist, calls the set functions to assign reasonable values for name and artist, and then calls the get functions to output both e and artist to the console. You should do
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