Midterm

123456789101112
Across
  1. 3. A queue is a _____(acronym) data structure
  2. 5. Implementation of an ADT which creates the illusion of a resizable array
  3. 7. this occurs to all local variables and objects when they are no longer being used
  4. 9. A set of specifications for the minimum a class must implement
  5. 11. A linear collection of data elements whose order is not given by physical memory addresses but rather pointers to eachother
  6. 12. A container class used to store some value and a reference to another instance of this class
Down
  1. 1. In memory, objects themselves are stored here
  2. 2. assertTrue("abc".________("abc"));
  3. 4. ______________(Programming) is a paradigm to create reusable pieces of code blueprints which can create many instances of an object
  4. 6. A stack is a ______(acronym) data structure
  5. 8. every class is a subclass of this class
  6. 10. modifier that grants everyone access