First page Back Continue Last page Graphics
Source File Organization
In the realistic application all the code is not crunched in main.m file.
This is separated out in depending on Global declarations and class declarations.
In our example we'll start with separating out Engine and Tyre class code.