Question: Create a partial class definition for students in a class. (C++) It should include: 1. A constructor(default) that sets the numbers to zero 2. A
Create a partial class definition for students in a class. (C++) It should include: 1. A constructor(default) that sets the numbers to zero 2. A public mutator method(which modifies the ages of the students supplied in the parameter) 3. A public mutator method that ages a person by 4 years(int) 4. A public Accessor method that returns number of assignments turned in 5. A public Accessor that displays students name(string) 6. A public accessor that returns students age(int)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
