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