CSCI 202: Object-Oriented Programming
Programs designed in class
- Public inheritance: stack1a.cpp
- Private inheritance: stack1b.cpp
- Constructors and destructors: constrdestr.cpp
- Virtual member functions: problem and solution
- Multiple inheritance: stack for storing strings or numbers stack2.cpp
- Applications of stacks:
- Ambiguity in multiple inheritance: ambig1.cpp ambig2.cpp