Tag Archives: Static Keyword

Unit 2 (Prog 6) : Test Static Keyword

By | June 9, 2013

This article covers basics of static keyword, static methods and static variables. /*  * STATIC METHODS :  * 1. Static method can not access non-static (Instance) variable or method.  * 2. Static method can not be overridden they are redefined.  */ email

email