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 [...]
Deep Polymorphism in Perl