Saturday, March 5, 2011

Static and instance Methods

Instance Method


Same as the instance variables. Every non static methods which are not located inside the main method or blocks called  Instance method.  These methods belong to the class.


Ex:-










Static Method


Static methods are also attached to the class as whole. They are allocated when the class is loaded.






-Thank you-

No comments:

Post a Comment