Question:What is object cloning?
Answer
To remedy the problems with copying, PHP offers an explicit means for cloning an object is known as object cloning. We can clone an object by preprefacing with the clone keyword.