Saturday, August 30, 2008

Polymorphism in C

Many people mistakenly believe that polymorph ism has to be done in a OO language, such as C++.
Where it is true that C++ gives a quite straightforward implement, one might be shocked to find out that procedure language may have some advantages.

The techniques are not newly invented. It has been existed for more than a decade. For example, in Windows GDI, a DC represents a output device.

No comments: