class Point;
double f(int i, int j); float recip(float x) {
return 1/x; } class Ruler {
// private and public variables
// and methods declared or defined
// here inside the class body };
int x;
Ruler yardstick;