+ 3
Static means that the attribute or method can be accessed and used without creating an object of the class first. In other words, it is tied to the class itself rather than a particular instance of it.
14th Oct 2016, 6:30 PM
Zen
Zen - avatar