Question: For Java Programming: Write a class encapsulating the concept of a course grade, assuming a course grade has the following attributes: a course name and
For Java Programming:
Write a class encapsulating the concept of a course grade, assuming a course grade has the following attributes: a course name and a letter grade. Include a constructor, the accessors and mutators, and methods toString and equals. Write a client class to test all the methods in your class.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
