Przeglądaj źródła

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 lat temu
rodzic
commit
b1b29b6308
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2
    2
      README-en.md

+ 2
- 2
README-en.md Wyświetl plik

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