InterviewSolution
Saved Bookmarks
| 1. |
What An I/o Filter? |
|
Answer» An I/O FILTER is an OBJECT that reads from ONE stream and writes to another, usually altering the data in some WAY as it is passed from one stream to another. An I/O filter is an object that reads from one stream and writes to another, usually altering the data in some way as it is passed from one stream to another. |
|