Comments, 2/11
- Remember ; at the end of the class header.
- What goes in each file for Program 2?
- When overloading << and >> use #include <iostream.h>
and remove using namespace std;
- Program: overload operators in fraction before doing the inheritance.
- What components are you adding to rational?
- If you get 'class' type redefinition erroruse the compiler directives "#ifndef...
- Put your name on all pieces.
- Credit who you worked with/received help from.