Introduction to OOP: Chapter 15 : Case Study: Container Classes
[next]
[previous]
[audio]
[real]
[text]
Advantages of Templates
-
Does not require any new subclasses to be created for use.
-
General facility, now part of C++ standard definition.
Disadvantages of Templates
- Semantics Obscure
- Implementation is complex
- Error detection can be poor
Intro OOP, Chapter 15, Slide 17