Friday, January 11, 2008

Design and Implementation Idea of POLYMORPHISM in C [ non - object oriented language] Part I

Here we were required to design a polymorphic container (say, a stack) using the features provided by a procedural/modular programming language supporting ADT implementation. (Do not use polymorphic features of the language, and do not use a kind of tag i.e. any sort of type field).


Design document and Implementation provided in subsequent posts.


xoxo
aL

No comments: