Index
As this ebook edition doesn't have fixed pagination, the page numbers below are hyperlinked for reference only, based on the printed edition of this book.
Symbols
=default prototype
using 200
2-D arrays
allocating, dynamically 57-59
pointers to pointers, allocating dynamically 60-62
A
abstract class
about 234
example, examining 240-250
implementing, with pure virtual functions 234-236
object-oriented (OO) concept 234
Abstract Data Types (ADTs) 192, 367
Abstract Factory 449
abstracting 108
abstract method 234
abstract Product class
defining 438, 439
defining, without Factory Method pattern 445, 446
abstract types
derived class objects, generalizing as 239
access labels
modifying, in base class list by using protected or private base classes 185, 186
using 117-121
access regions
using 117-121
Adaptee class
about 452
alternate specification, considering 462-464
specifying...