Tag Archives: work

Deep Polymorphism in Perl

23rd
Sep. × ’08
While writing some code for work and exploring our class layout, I’ve already implemented some polymorphism.  For instance, if you pull up an object for a service, it goes ahead and gives you the appropriate class for that service.  All you have to do is instantiate the service object, you don’t need to care about [...]
Posted in perl | Also tagged , , | 2 Comments