dr. salih yurttas - yurttas@cs.tamu.edu
programming languages - design principles, implementation constructs
c++

  1. abstraction mechanisms: classes and operator overloading

    1. classes - object construction/destruction - public, private members

      1. memory management : static, dynamic

        • make.a_00

        • a_00.cpp

        • A.h
        • A.cpp

          [ a destructor is specified, but not implemented so it can't be sytnthesized. ]
          [ given class and application can both compile separately, but can not be linked since it is implicitly used. ]


1 | basic facilities << 3 >> class derivation | 5 | 6 | 7 | 8
computer science | texas a&m university

Valid XHTML 1.0 Transitional