Sfoglia il codice sorgente

README-en.md edited online with Bitbucket

parent
commit
067cbede17
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md Vedi File

87
 
87
 
88
 ### Objects
88
 ### Objects
89
 
89
 
90
-An object is an entity that contains data (same as a variable), called its `attributes`, and it also contains procedures, called `methods`, that are used to manipulate them. The objects are "instances" of a class that are created in a similar manner as how variables are defined:
90
+An object is an entity that contains data (same as a variable), called its `attributes`, and it also contains procedures, called `methods`, that are used to manipulate them. The objects are *instances* of a class that are created in a similar manner as how variables are defined:
91
 
91
 
92
 `ClassName objectName;`
92
 `ClassName objectName;`
93
 
93