Переглянути джерело

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 роки тому
джерело
коміт
b1b29b6308
1 змінених файлів з 2 додано та 2 видалено
  1. 2
    2
      README-en.md

+ 2
- 2
README-en.md Переглянути файл

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