Question: Create a public class named Course. Course should store two pieces of data: a name (as a String) and an enrollment (as an int). Provide

Create a public class named Course. Course should store two pieces of data: a name (as a String) and an enrollment (as an int). Provide a public constructor that allows both fields to be set, with the name first. Following the encapsulation pattern we have introduced, provide both a setter and a getter for the enrollment as getEnrollment and similar. Provide only a getter for the name as getName. Finally, reject negative enrollment values and null names using assert.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!