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. class members : object instantiation, separation of interface/implementation

      2. class members : constructors, destructor, accessors, mutators

      3. class members : aggregate data members

      4. memory management : static, dynamic

      5. class members with objects of other classes and/or stl types

      6. aggregate of objects with different constructors


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

Valid XHTML 1.0 Transitional