Thread: Static fields
View Single Post
  #16 (permalink)  
Old 04-23-2008, 06:47 PM
danielstoner's Avatar
danielstoner danielstoner is offline
Senior Member
 
Join Date: Apr 2008
Location: Canada
Posts: 183
danielstoner is on a distinguished road
Hi Eranga,

I would always access the static methods through the class for clarity reasons. Clarity is always good :-). Static methods are in the end just global functions defined in the package/class namespace and with some access restrictions possibly thrown in.
__________________
Daniel @ [
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
]
Language is froth on the surface of thought
Reply With Quote