You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Classes/README.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,7 @@
7
7
## - a talk method
8
8
9
9
10
-
### The above idea is a structure of a person which is known as a class. To create a new person, all we have to do is instantiate the class. This process is called
11
-
### an object. The class is the blueprint and the object is the specific example. A class allows us to create different entities which are similar in structure.
10
+
### The above idea is a structure of a person which is known as a class. To create a new person, all we have to do is instantiate the class. When we instantiate a class we are creating what's called an object. The class is the blueprint and the object is the specific example. A class allows us to create different entities which are similar in structure.
12
11
### Classes will defined within a file and objects will be defined as variables.
0 commit comments