programming languages - design principles,
implementation constructs
c++
-
abstraction mechanisms: classes and operator overloading
-
classes - object construction/destruction - public, private members
-
memory management : dynamic
-
make.c_00
-
c_00.cpp
-
C.h
-
C.cpp
[ no explicit constructor but sythesized implicitly with aggregate data. ]
[ compiles, links, but runtime error. ]
1 |
basic facilities
<<
3
>>
class derivation
| 5
| 6
| 7
| 8