Write a class encapsulating the concept of a course, assuming a course has the following attributes; a doce (for instance, CS1), a description, and number of credits (for instance, 3.) Include a constructor, the accessors and mutators, and methods toString and equals. Write a client class to test all the methods in your class. Also, please differentiate between the public and private classes.