Declaring class members or methods as static makes them accessible without needing an instantiation of the class. A member declared as static can not be accessed with an instantiated class object (though a static method can).
Tuesday, April 6, 2010
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment