View Single Post
  #1 (permalink)  
Old 01-04-2008, 01:24 PM
bugger bugger is offline
Senior Member
 
Join Date: Nov 2007
Posts: 111
bugger is on a distinguished road
Abstract Class with Static Methods
I am in need of an advice. I am designing my application and want to know when to use abstract class with static methods?

Abstract calls cannot be instantiated. If I don't declare the methods in Abstract class static, how can I call them?

Thanks.
--------
Reply With Quote
Sponsored Links