We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c3599c commit 9abe351Copy full SHA for 9abe351
Classes/README.md
@@ -1,6 +1,6 @@
1
## A class is essentially a data type. Whenever we create an instance of a class
2
## we declare it so say I want to declare 10 dog ages i would go and say int dogAge1= 3;
3
## and say int dogAge2=12; This is inefficient and is a waste of time.
4
-## Within a class we have methods and we have attributes. An attribute is similar to variables in
5
-## that they hold information for us. We want to have 2 attributes for our dog class the Name and the age.
+## Within a class we have methods and we have attributes. An attribute is similar to variables in that they hold information for us.
+## We want to have 2 attributes for our dog class the Name and the age.
6
0 commit comments