Computer Science, asked by anuj8815, 10 hours ago

the clone function is good for large projections true or false​

Answers

Answered by manshthakur
0

Answer: False Depends On Type of program

Answered by shilpa85475
0

The projections of clone completely depends on the use or the application it is going to be use.

It is used for duplication of the objects is true.

Explanation:

  • The projections of clone completely depends on the use or the application it is going to be use. It is used for duplication of the objects is true.
  • The clone() method acts like a copy constructor. A constructor is same as that of the class.
  • The cloning of the method refers to as the name suggest the copy that is the creation of an exact copy of an object.

Similar questions