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