Thread: Static fields
View Single Post
  #11 (permalink)  
Old 04-22-2008, 10:41 AM
javarishi javarishi is offline
Member
 
Join Date: Apr 2008
Posts: 91
javarishi is on a distinguished road
Eranga, I have one point. In abstract classes, if we make the methods as static we can invoke it without the instance, of the class right?

So can we use static methods in such kind of scenarios?
Reply With Quote