Java
IT 511 Final Project Milestone One: MyClone ClassSubmit a first version of your MyClone class for Java.
Your MyClone class should have instance variables firstName and lastName. The firstName and lastName instance variables will hold your first and last names. You will demonstrate your understanding of encapsulation by using the private specifier to restrict access to your instance variables.
The following critical elements will be addressed in this submission: