April 2024
Beginner to intermediate
500 pages
24h 20m
English
© Yuri Hoyda/Shutterstock.
A
abstract class A convenience class for defining instance variables and methods used by all of the child classes; cannot be used to construct objects.
abstract method A method in an abstract class that must be implemented in all concrete child classes.
abstraction A concept or idea not associated with any specific instance.
accessor methods Allow code outside the class to access the current values of the instance variables. Also referred to as “getter methods” because the word “get” often appears in the name.
accumulator pattern A commonly occurring pattern where a total is computed by repeatedly computing ...
Read now
Unlock full access