Is_clonable?

is there a way to determine if an object can be cloned or not?

i have a peice of code that needs to duplicate any object that can be.

···


~transami

If it is not clonable, then the clone method should be private or
protected.

Paul

···

On Sat, Aug 10, 2002 at 08:35:15AM +0900, Tom Sawyer wrote:

is there a way to determine if an object can be cloned or not?