programming languages - design principles,
implementation constructs
c++
-
abstraction mechanisms: classes and operator overloading
-
classes - object construction/destruction - public, private members
-
memory management : dynamic
-
make.a_00
-
a_00.cpp
-
A.h
[ one data. ]
-
A.cpp
[ GoF(Gang of Four) essentials are implemented. ]
[ OCCF is used, but other than default constructor they're redundant. ]
1 |
basic facilities
<<
3
>>
class derivation
| 5
| 6
| 7
| 8