+ 2

I still dont understand classes and 'this'

23rd Oct 2017, 5:41 PM
Emenike-Ukah Michael Chiedozie
Emenike-Ukah Michael Chiedozie - avatar
1 Answer
+ 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.
23rd Oct 2017, 7:08 PM
L. Davi
L. Davi - avatar