aspose file tools
The moose likes Beginning Java and the fly likes Constructor in Abstract class? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Constructor in Abstract class?" Watch "Constructor in Abstract class?" New topic
Author

Constructor in Abstract class?

Max White
Ranch Hand

Joined: Jun 28, 2008
Posts: 83
Can we provide a constructor with arguments in an Abstract class?
Thanks..
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32704
    
    4
Yes. There was a recent discussion of a similar theme, which you can find with the search function. Maybe here, but that won't be any use; look who was writing
fred rosenberger
lowercase baba
Bartender

Joined: Oct 02, 2003
Posts: 9950
    
    6

you should try it!!! writing code and experimenting is a great way to learn stuff. write a class or two, compile them, and see what happens!


Never ascribe to malice that which can be adequately explained by stupidity.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Constructor in Abstract class?
 
Similar Threads
abstract
interface is nothing but a pure abstract class. why interface does not has constructor
constructor
abstract class
Please hellllllp