Object Oriented Software Engineering View all facts Glossary Help |
| subject > component > executable file |
| executable file comparison table | |||||
| Subject | perform | is a kind of | be | is a subtopic of | has definition |
|---|---|---|---|---|---|
| component | a special-purpose function such as the user interface for a particular system | subject | reusable if it can be used in several different systems with little or no modification | 9.1 - The Process of Design | Any piece of software or hardware that has a clear role and can be isolated, allowing you to replace it with a different component with equivalent functionality |
| file | subject | The Basics of Java | |||
| executable file | a special-purpose function such as the user interface for a particular system | file | reusable if it can be used in several different systems with little or no modification | 9.1 - The Process of Design |
Next component: framework Up: component, file Previous component: dynamic link library