View Single Post
  #14 (permalink)  
Old 05-05-2008, 06:14 PM
Jesdisciple Jesdisciple is offline
Member
 
Join Date: May 2008
Posts: 22
Jesdisciple is on a distinguished road
I can understand how an abstract class might use a package/protected/public constructor (if it can be called by super()), but I guess private+abstract constructors are unreasonable... But would anyone ever put a private constructor in an abstract class, even on accident?
Reply With Quote