class
Engine {
public
:
void
start()
const
{}
void
rev()
const
{}
void
stop()
const
{}
};
class
Wheel {
public
:
void
inflate(int psi)
const
{}
};