Object Oriented Software Engineering   View all facts   Glossary   Help
subject > file
Next subjectforce    Upsubject    Previous subjectevent   

file comparison table
Subject perform lack be contain is a subtopic of implement have high cohesion
C filea special-purpose function such as the user interface for a particular systemside effects if it does not modify any data, and does not leave behind any information, other than its result, that would have an effect on other computationsreusable if it can be used in several different systems with little or no modification 9.1 - The Process of Design if related aspects of a system are kept together in this module, and unrelated aspects are kept out
executable filea special-purpose function such as the user interface for a particular system reusable if it can be used in several different systems with little or no modification 9.1 - The Process of Design  
Java class file   Java bytecodeThe Basics of Java  
source filea special-purpose function such as the user interface for a particular system reusable if it can be used in several different systems with little or no modificationsource codeThe Basics of Java  

Next subjectforce    Upsubject    Previous subjectevent