Yes, an Abstract class always has a constructor . If you do not define your own constructor, the compiler will give a default constructor to the Abstract class.
Yes, an Abstract class always has a constructor . If you do not define your own constructor, the compiler will give a default constructor to the Abstract class.