basil PRLD Revision

1234567891011121314151617181920
Across
  1. 4. describes code that has already been tasted and used in a variety of situations
  2. 6. is a copy that kept in case value need to be restored to their original state
  3. 9. is the generic term used for an error in object - oriented languages
  4. 12. is a memory location that holds addresses to which methods should return
  5. 15. its a method that header include that method identifier and possibly
  6. 16. contain all the statement in the method
  7. 17. is one that requires no arguments
  8. 20. organization units on storage
Down
  1. 1. are group of related records
  2. 2. contains a series of a statement that carry out a task
  3. 3. is a billion byte
  4. 5. is the analogy programmers use to refer to hidden method implementation details
  5. 7. is an automatically called method that establishes an object
  6. 8. holds complete and relatively permanent data
  7. 10. is a copy of a file after revision
  8. 11. are files in a database
  9. 13. are stored collection of classes that serve related purposes
  10. 14. is an automatically called method that contain the action you require when an instance of a class is destroyed
  11. 18. is synonym for derived classes
  12. 19. group of fields that go together for some logical reason