| |||||||||||
| |||||||||||
Practical polymorphism in action
Polymorphism is the ability of a piece of common code to process a piece of data in different ways depending on its type. It's a great facility, talked about a lot in theory and on courses ... but then what about its practical use? Here's a very simple little example from last week, showing how a file, another process on the computer you're using, and even a remote web page can be read in as data through the same (polymorphic) code with python's readlines method(s).
# Three ALTERNATIVE opens - just use the one you need(written 2006-12-04 08:00:14) Associated topics are indexed under Y112 - Python - Objects - IntermediateY301 - Python - Class Interaction - an example
Some other Articles
Perl - a list or a hash?Realistic on line shoot'em up CSL, KISS and RTFM KISS - one action per statement please - Perl Practical polymorphism in action George Hotel and Well House Manor, Melksham Breaking a loop - Ruby and other languages Products that our customers want more of 1st, 2nd, 3rd revisited in Ruby It's the 1st, not the 1nd 1rd or 1th. 1637 posts, page by page
Link to page ... 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33 at 50 posts per pageThis is a page archived from The Horse's Mouth at http://www.wellho.net/horse/ - the diary and writings of Graham Ellis. Every attempt was made to provide current information at the time the page was written, but things do move forward in our business - new software releases, price changes, new techniques. Please check back via our main site for current courses, prices, versions, etc - any mention of a price in "The Horse's Mouth" cannot be taken as an offer to supply at that price. Link to Ezine home page (for reading). Link to Blogging home page (to add comments). |
| ||||||||||
PH: 01144 1225 708225 • FAX: 01144 1225 707126 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho | |||||||||||