Examlex
To duplicate a slide, press _____ in the Slides tab.
Outer Class
A class that surrounds and contains an inner class, providing scope to the inner class but not vice versa.
Finalize
A method in Java used for cleanup just before garbage collection.
ADTs
Abstract Data Types, theoretical concepts in computer science that describe how data is stored, accessed, and manipulated.
Information Hiding
Information hiding is a principle in object-oriented programming that involves restricting access to the internal representation of an object, exposing only what is necessary.