AP Notes, Outlines, Study Guides, Vocabulary, Practice Exams and more!

AP JAVA Chapter 5 Flashcards

Terms : Hide Images
8531572979AccessorA method used to examine an attribute of an object without changing it0
8531572980Actual ParameterA variable or expression contained in a method call and passed to that method1
8531572981BehaviorThe set of actions that a class of objects supports2
8531572982ConstructorA method that is run when an object is instantiated, usually to initialize that object's instance variables3
8531572983EncapsulationThe process of hiding and restricting access to the implementation details of a data structure4
8531572984Formal ParameterA name, introduced in a method definition, that is replaced by an actual parameter when the method is called5
8531572985Helper MethodA method used within the implementation of a class but not used by clients of that class6
8531572986IdentityThe property of an object that it is the same thing at different points in time, even though the values of its attributes might change7
8531572987InstantiationThe process of creating a new object or instance of a class8
8531572988LifetimeThe time during which a data object or method call exists9
8531572989MutatorA method used to change the value of an attribute of an object10
8531572990ScopeThe largest block in which the identifier is available11
8531572991StateThe set of all the values of the variables of a program at any point during its execution12
8531572992Visibility ModifierA symbol (public, protected, or private) that specifies the kind of access that clients have to a server's data and methods13

Need Help?

We hope your visit has been a productive one. If you're having any problems, or would like to give some feedback, we'd love to hear from you.

For general help, questions, and suggestions, try our dedicated support forums.

If you need to contact the Course-Notes.Org web experience team, please use our contact form.

Need Notes?

While we strive to provide the most comprehensive notes for as many high school textbooks as possible, there are certainly going to be some that we miss. Drop us a note and let us know which textbooks you need. Be sure to include which edition of the textbook you are using! If we see enough demand, we'll do whatever we can to get those notes up on the site for you!