cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Abstract Data type
Abstract Data type
Jun 5, 2011 at 8:16am UTC
Umar Dafedar
(15)
Please provide me some information about abstract data types in C++.
Jun 5, 2011 at 9:12am UTC
hamsterman
(4538)
Have you looked at
http://www.cplusplus.com/doc/tutorial/polymorphism/
?
edit: my bad. I though he meant abstract classes.
Last edited on
Jun 5, 2011 at 4:02pm UTC
Jun 5, 2011 at 1:27pm UTC
kbw
(9488)
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.