Accessors and Mutators C++

I am currently trying to learn C++ and following an instruction. I’ve researched on mutators and accessors but I need a simple explanation. Right the code above is in a header file. Within the instructions it is asking me to set a public accessors and mutator for both data. How do I do this? Also … Read more