occurs when all operations in a method contribute to the performance of only one task. Functional cohesion is the highest level of cohesion; you should strive for it in all methods you write.
precedes a method; the header includes the method identifier and possibly other necessary identifying information.
those that the compiler cannot distinguish because they have the same name and parameter types.
Start studying Chapter 9 - Programming Logic and Design. Learn vocabulary, terms, and more with flashcards, games, and other study tools.
a copy of its value is sent to the method and stored in a new memory location accessible to the method.
variables are declared within each method that uses them.