Your skill will accomplish what the force of many cannot |
|
PerlMonks |
Re: What is this can() and why is breaking it (un)acceptable?by dragonchild (Archbishop) |
on Apr 06, 2004 at 14:56 UTC ( [id://342948]=note: print w/replies, xml ) | Need Help?? |
I'm assuming that Net::Server::POP3 inherits from some basic Net::Server module that provides basic server functionality. Even if it doesn't, let's say that it does.
Now, let's say that there is some other server base module, called Net2::Server. It provides a very similar (but not identical) interface, but radically different innards. It's useful for different types of servers. Now, let's say that I am using five servers, each an object of a class that either inherits from Net::Server or Net2::Server. I don't know which inherits from which. But, I do know that there is one interface difference I need to be aware of - foo() vs. bar(). So, I can do the following:
And I guarantee that my code will work, regardless of which baseclass the server inherits from. ------
Then there are Damian modules.... *sigh* ... that's not about being less-lazy -- that's about being on some really good drugs -- you know, there is no spoon. - flyingmoose
In Section
Meditations
|
|