|
|
|
|
32
|
|
32
|
|
33
|
a. the creation of objects of a class.
|
33
|
a. the creation of objects of a class.
|
34
|
|
34
|
|
35
|
- b. using the "getter" methods to access an object's attributes.
|
|
|
|
|
35
|
+ b. the use of the "getter" methods to access an object's attributes.
|
36
|
|
36
|
|
37
|
- c. using the "setter" methods to modify an object's attributes.
|
|
|
|
|
37
|
+ c. the use of the "setter" methods to modify an object's attributes.
|
38
|
|
38
|
|
39
|
3. Studied the documentation for the `Bird` class available in [this link](http://ada.uprrp.edu/~ranazario/bird-html/class_bird.html).
|
39
|
3. Studied the documentation for the `Bird` class available in [this link](http://ada.uprrp.edu/~ranazario/bird-html/class_bird.html).
|
40
|
|
40
|
|