Discussion Forum

What is Object Cloning?

What is Object Cloning?

by Sumit Dwivedi -
Number of replies: 1

What is Object Cloning?

In reply to Sumit Dwivedi

Re: What is Object Cloning?

by Dr. Jeetendra Pande -
An ability to recreate an object entirely similar to an existing object is known as Object Cloning in Java. Java provides a clone() method to clone a current object offering the same functionality as the original object.