Q1: Implement a Place class as specified: data members: name - name of the Place (dynamic variable) functions: Place(): default constructor set name to "TBD" Place(string): one argument constructor...

Must answer both the questions else will give u downvote
Q1: Implement a Place class as specified:<br>data members:<br>name - name of the Place (dynamic variable)<br>functions:<br>Place(): default constructor set name to

Extracted text: Q1: Implement a Place class as specified: data members: name - name of the Place (dynamic variable) functions: Place(): default constructor set name to "TBD" Place(string): one argument constructor set name accessor - an accessor for the name variable mutator - an mutator for the name variable Use following main() to test your class. int main() { Place a,b("Bookstore"); cout
Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here