home *** CD-ROM | disk | FTP | other *** search
- These three declaration statements create four struct objects "m",
- "n", "x" and "y" and two class objects "a" and "b". Notice that
- the declarations do not include the keywords class or struct.
- Those keywords are not required because the type names Fraction1,
- Fraction2, and Fraction3 are sufficient to define the objects.
-