Object Oriented Software Engineering View all facts Glossary Help |
| subject > representation > code > source code |
| source code comparison table | ||||
| Subject | interpret | place outside | store in | place inside |
|---|---|---|---|---|
| C++ source code | a class | source file | ||
| Java source code | files ending with the .java suffix | a class |
Next code: bytecode Up: code Previous code: machine code