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