Click here to Skip to main content
15,889,216 members
Articles / Programming Languages / C++

C++ Runtime Polymorphism without Virtual Functions

Rate me:
Please Sign up or sign in to vote.
4.90/5 (36 votes)
5 Jan 2014CPOL13 min read 92.3K   518   91  
Implementing dynamic polymorphism without virtual functions and sharing objects across process boundaries.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
I started my career as a mechanical engineer designing test equipment for electro-hydraulic components, but early on I drifted into software development. I am experienced with real-time data acquisition and control applications, object oriented design and multi-tasking operating systems.

Comments and Discussions