The program below demonstrates how simple Types are passed by value.
The program below demonstrates a class Box allows one object to initialize another.
The program below demonstrates automatic type conversions that applies to overloading.
This example demonstrates the use of "this" to resolve name-space collisions - check out the constructor.
The program below demonstrates a redundant use of "this" - check out the constructor.
The program below demonstrates a class Box that uses a parameterized constructor to initialize the dimensions of a box.