Lambda the Ultimate

inactiveTopic Abstracting input sources
started 1/3/2002; 12:33:05 PM - last post 1/3/2002; 12:33:05 PM
Ehud Lamm - Abstracting input sources  blueArrow
1/3/2002; 12:33:05 PM (reads: 1775, responses: 0)
Abstracting input sources
(via diveintomark)

In the simplest case, a file-like object is any object with a read method with an optional size parameter, which returns a string.

Nothing new here, but none the less an nice motivating discussion on dynamic binding and polymorphism.


Posted to OOP by Ehud Lamm on 1/3/02; 12:35:50 PM