1234567891011
Example::Example(int y, std::string z) { age = y; name = z;
} { ------Do i still have to create a setMethod like this void Example::SetExamples(int y, std::string z) { age = y; name = z; } }