***Data structures and algorithms using Java***
Two objects, objectA and objectB, are objects in the class Listing. The object objectA is copied to objectB. Give the signature of a method named deepCopy, that clones an object in the class Listing sent to it as a parameter and returns a reference to the clone and give the Java invocation to clone the object objectA and store a reference to the clone in the variable: newListing.