JavaDay Minsk 2016; Minsk, Belarus; 11 June 2016. Video is here: https://www.youtube.com/watch?v=cGcCcxx4xrg (in English) and here: https://www.youtube.com/watch?v=6hOBfjJ2bpw (in Russian with English subtitles).
7. /27@yegor256 7
“Objects may contain
data, in the form of
fields, often known as
attributes; and code, in
the form of procedures,
often known as methods”
8. /27@yegor256 8
“Each object looks quite
a bit like a little
computer — it has a
state, and it has
operations that you can
ask it to perform”
- page 16
9. /27@yegor256 9
“A class is a collection
of data fields that hold
values and methods that
operate on those values”
- page 98