Ch. 10 Flashcards
Attribute
One of the named data items that make up an object
Dot Notation
Use of the dot (.) operator to access an object’s attributes or methods
Coordinate
A value that specifies a location in a 2D graphical window
Pixel
The unit in which coordinates are measured
Object-oriented
A way of organizing code and data into objects, instead of independent methods
UML
Unified Modeling Language, a standard way to draw diagrams for software engineering
Class Diagram
An illustration of the attributes and methods for a class
Garbage Collection
The process of finding objects that have no references and reclaiming their storage space
Mutable
An object that can be modified at any time. Points and Rectangles are mutable by design