瀏覽代碼

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 年之前
父節點
當前提交
0e39baa5f0
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      README-en.md

+ 1
- 1
README-en.md 查看文件

95
 
95
 
96
 ###Objects
96
 ###Objects
97
 
97
 
98
-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:
98
+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:
99
 
99
 
100
 `ClassName objectName;`
100
 `ClassName objectName;`
101
 
101