Click here to Skip to main content
15,890,882 members
Articles / Programming Languages / C++

Polymorphism without Planning (under the hood)

Rate me:
Please Sign up or sign in to vote.
4.84/5 (12 votes)
28 Nov 20042 min read 64.5K   32  
This article explains the techniques used to allow the interface reference types to be polymorphic on any type which provides matching function signatures.

Views

Daily Counts

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Software Developer Ara 3D
Canada Canada
I am the designer of the Plato programming language and I am the founder of Ara 3D. I can be reached via email at cdiggins@gmail.com

Comments and Discussions