Question: PLEASE COMPLETE IN C++ Given code: DO NOT CHANGE EXISTING CODE IN MAIN PLEASE COMPLETE IN C++ Write a class named that has attributes string
PLEASE COMPLETE IN C++

Given code:

DO NOT CHANGE EXISTING CODE IN MAIN
PLEASE COMPLETE IN C++
Write a class named that has attributes string , int and string These attributes should be Create getters and setters for each attribute following C++ conventions. Given Code Requirements - Declare the instance Person( "Citra Curie", 16, "student") - The function returns - The function changes the name attribute to "Rowan Faraday" - The function returns 16 - The function changes the age attribute to 18 - The function returns - The function changes the occupation attribute to "plumber
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
