Is this basically a fancy term for unstructured code in an OOP environment?
Printable View
Is this basically a fancy term for unstructured code in an OOP environment?
If all code is written without mention of any specific type and thus can be used transparently with any number of new types, it is called parametric polymorphism.
It thought this was an interesting question, so I did a little research, and found this
This is good.. ThanksQuote:
Originally Posted by Hack
Took me long enough to reply to this! I got caught up in the world of C++ and all the fancy stuff that entails.
Yeah thanks for finding that. That's a really good source of information and answers my questions.