instance method : Java Glossary

*0-9ABCDEFGHIJKLMNOPQRSTUVWXYZ (all)

instance method
a subroutine or function designed to work on the current object. Methods are always part of some class. You can’t have stand-alone methods the way you can in C or C++. An instance method has access to all the instance variables, other instance methods, as well as the static class-as-a-whole methods and variables.

Static methods may not access the instance methods of their class (or any other class for that matter), other than via some object reference, e.g. anObject.someMethod(). Static methods may even access private instance methods in their class via some object reference.

Any instance method that accesses only static variables and methods, can be safely converted to static.


This page is posted
on the web at:

http://mindprod.com/jgloss/instancemethod.html

Optional Replicator mirror
of mindprod.com
on local hard disk J:

J:\mindprod\jgloss\instancemethod.html
Canadian Mind Products
Please the feedback from other visitors, or your own feedback about the site.
Contact Roedy. Please feel free to link to this page without explicit permission.

IP:[65.110.21.43]
Your face IP:[44.197.251.102]
You are visitor number