can we use a constructor inside a abstract class

please explain this
[26 byte] By [jp.kavitaa] at [2007-10-3 4:01:24]
# 1
Yes. Why not? An abstract class can still have state which still may need initializing.
ejpa at 2007-7-14 22:00:36 > top of Java-index,Core,Core APIs...
# 2

hi kavita,

yes offcourse you can use consturctore inside the abstact class, it is full ledged class with all feature whcih normal class is having with and additional feature of templeting the functionality, so u can use the consructor iside and abstact class for sure.

--Surya

thoughts can chnage everything

Surya_INDa at 2007-7-14 22:00:36 > top of Java-index,Core,Core APIs...