One of the method of the Object is MemberwiseClone() method. Through this we can create a shallow copy by creating a new object and then copying the nonstatic field of current object to the new field.