
A
abstract class, 277
access speci er, 42
addition assignment operator (+=), 188
addition operator (+), 168–169, 188
aggregation, 243
allocating memory, 21
array of objects, 54–56
assignment operator, 116, 141
binary operator, 168
copy constructor and, 119
default constructor and, 154
for the smart pointer class, 435
automatic deletion of memory, 423–425
automatic/implicit conversions, 177–186
of basic data type into object of CuboidMetal
class, 177–180
of one object into the object of other class,
182–186
summary of various conversions, 186–187
of variable of built-in data type into an ...