SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our User Agreement and Privacy Policy.
SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our Privacy Policy and User Agreement for details.
Successfully reported this slideshow.
Activate your 14 day free trial to unlock unlimited reading.
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).
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
10.
/27@yegor256 10
“An object is some
memory that holds a
value of some type”
- page 40
11.
/27@yegor256 11
“An object consists of
some private memory and
a set of operations.”
- page 6
12.
/27@yegor256 12
“An object is the
equivalent of the quanta
from which the universe
is constructed”
- page 66