home *** CD-ROM | disk | FTP | other *** search
- Here, the object "c" is a Fraction with an initial value of -5/4.
- The three elements in the array "d" are Fractions with initial
- values of 1/4, 1/2, and 3/4. The conversion constructor is
- called to create a temporary object of type Fraction on the
- right-hand side of each assignment. The value of the temporary
- Fraction object is assigned to the Fraction object declared
- on the left-hand side, and the temporary object is discarded.
-