+ 2
I still dont understand classes and 'this'
2 Answers
+ 1
You can think of classes as documents describing an object, it contains attributes, behaviors and some construction information.
The âthisâ keyword found in the class points or refers to the object created with the ânewâ keyword in your program.