| 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
|
|
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
|
|
|
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.
|
 |
 |
|
|
subject: Constructor in Abstract class?
|
|
|