Abstract Data type

Please provide me some information about abstract data types in C++.
Have you looked at http://www.cplusplus.com/doc/tutorial/polymorphism/ ?

edit: my bad. I though he meant abstract classes.
Last edited on
Polymorphism isn't quite the same thing. Abstract Data Types aren't an Object Orient concept.

http://en.wikipedia.org/wiki/Abstract_data_type
Topic archived. No new replies allowed.