July 2018
Intermediate to advanced
462 pages
12h 2m
English
To access class variables, the class variables must be prefixed with the class name. For example, to access the name class variable of the Student class, you need to access it as follows:
Student.name
You can see that the name class variable is prefixed with the Student class name.
Read now
Unlock full access