Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: changing moose object classes on the go

by moritz (Cardinal)
on Mar 19, 2013 at 18:40 UTC ( [id://1024356]=note: print w/replies, xml ) Need Help??


in reply to changing moose object classes on the go

If I simply bless my $dog into LABRADOR then he won't be golden. How can I resolve this situation?

By creating a new LABRADOR object, and using it instead of the old object. You can reuse the attributes from the original DOG object.

Seriously, changing the type of an object is a an usual requirement, and might point to a flaw in your overall design. If a dog is a labrador, it's already born a labrador. Or phrased differently, time-dependent properties should not encoded in the type.

  • Comment on Re: changing moose object classes on the go

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1024356]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (2)
As of 2024-04-19 20:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found