Duck Typing is a powerful feature included primarily in newer languages. It provides the following capability: An object having all the methods described in an interface can be made to implement that interface dynamically at runtime, even if the objects class does not include the interface in its implements clause.
This is actually a somewhat restricted definition of Duck Typing compared to other languages. But it is the one I have chosen because it is the one I believe fits best with Javas design philosophy of having API contracts explicitly specified in interfaces up-front.
The good news is that although this feature is not built into the Java language, it turns out to be quite easy to implement.
Monday, May 09, 2005
Subscribe to:
Post Comments (Atom)
Popular Posts
- Using QCLRDTAQ to clear data queues in CL and RPG
- 80 Column Punched Cards and the History of RPG on the AS400
- What is QZHQSSRV job?
- Make a Home made, open source mp3 Player
- Contact Us
- AS400 Job Scheduler
- API Example - Deleting Old Spooled Files
- Encrypt Data on as400 (QC3ENCDT, Qc3EncryptData)
- QUSRJOBI API (Retrieve Job Information) as400
- AS400 APIs
No comments:
Post a Comment